emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/csv2ledger 1417fcdbbb 087/190: Fix default value of c2l-cs


From: ELPA Syncer
Subject: [nongnu] elpa/csv2ledger 1417fcdbbb 087/190: Fix default value of c2l-csv-columns.
Date: Sun, 2 Jun 2024 15:59:48 -0400 (EDT)

branch: elpa/csv2ledger
commit 1417fcdbbbd124ff59448f32532da2f9b0df5676
Author: Joost Kremers <joostkremers@fastmail.fm>
Commit: Joost Kremers <joostkremers@fastmail.fm>

    Fix default value of c2l-csv-columns.
---
 csv2ledger.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csv2ledger.el b/csv2ledger.el
index 2861bf615b..304361d29c 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -77,7 +77,7 @@ instead of the payee as the title of the entry."
   "Set the Csv2Ledger options dependent on `c2l-csv-columns'."
   (mapc #'custom-reevaluate-setting '(c2l-amount-function c2l-title-function)))
 
-(defcustom c2l-csv-columns '(date effective description sender payee amount)
+(defcustom c2l-csv-columns '(date posted description sender payee amount)
   "List of columns in the CSV file.
 The data in the CSV file is extracted based on this list.  The
 order of elements in the list should therefore represent the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]