[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/csv2ledger 6023fa373b 012/190: Use lower-case column names
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/csv2ledger 6023fa373b 012/190: Use lower-case column names in `c2l-csv-columns`. |
Date: |
Sun, 2 Jun 2024 15:59:41 -0400 (EDT) |
branch: elpa/csv2ledger
commit 6023fa373bfe2de60a72d679a783508740c398fd
Author: Joost Kremers <joostkremers@fastmail.fm>
Commit: Joost Kremers <joostkremers@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
- [nongnu] elpa/csv2ledger 89a311301c 069/190: New user option c2l-amount-function., (continued)
- [nongnu] elpa/csv2ledger 89a311301c 069/190: New user option c2l-amount-function., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 02a6ebc5b3 019/190: Add user option `c2l-auto-reconcile`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8e01e8379b 026/190: Update doc string of `c2l-base-account`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 3ed3afc06b 025/190: Update doc string of `c2l-csv-entry-as-kill`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 6e9838193e 023/190: New function: `c2l-payee-or-sender`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 2cf9b08114 020/190: Remove function `c2l-parse-amount`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger d8ee57f181 006/190: Update copyright year., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger c1fb4a3255 013/190: Reconcile commits 6023fa3 and 1e4bd7c., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 7635ee6fe3 007/190: Update "Created" year in header., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger b4f6fac379 002/190: Add .gitignore, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 6023fa373b 012/190: Use lower-case column names in `c2l-csv-columns`.,
ELPA Syncer <=
- [nongnu] elpa/csv2ledger a4ded4f5dc 109/190: Change the default value of c2l-csv-columns to the empty list., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 170dc4ae5c 102/190: Update README.md, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 07281e2558 097/190: Update to the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger f234878bd2 180/190: Update to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 3b203a66e1 118/190: Improve code layout., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 64da760597 119/190: Update copyright year., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 98ab50c9a7 185/190: New command c2l-read-account-matchers, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger e744d0706f 186/190: Update version number., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 188ddacde7 057/190: Rename target account to balancing account., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger a1b0dd35e1 053/190: Update README., ELPA Syncer, 2024/06/03