branch: elpa/csv2ledger commit 6023fa373bfe2de60a72d679a783508740c398fd Author: Joost Kremers <joostkrem...@fastmail.fm> Commit: Joost Kremers <joostkrem...@fastmail.fm>
Use lower-case column names in `c2l-csv-columns`. --- csv2ledger.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv2ledger.el b/csv2ledger.el index 1f18d3074b..179818da26 100644 --- a/csv2ledger.el +++ b/csv2ledger.el @@ -100,7 +100,7 @@ instead of the payee as the title of the entry." :type 'string :group 'csv2ledger) -(defcustom c2l-csv-columns '(Date Valuation Type Description Sender Payee Amount _) +(defcustom c2l-csv-columns '(date valuation type 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