branch: elpa/csv2ledger
commit 1417fcdbbbd124ff59448f32532da2f9b0df5676
Author: Joost Kremers <joostkrem...@fastmail.fm>
Commit: Joost Kremers <joostkrem...@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