[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
- [nongnu] elpa/csv2ledger 40e1230600 059/190: Fix doc string of `c2l--csv-line-to-ledger`., (continued)
- [nongnu] elpa/csv2ledger 40e1230600 059/190: Fix doc string of `c2l--csv-line-to-ledger`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 5d813d7f09 189/190: Add note about c2l-read-account-matchers to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 7932657f9f 022/190: Move definitions of internal variables after defcustoms., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger cc83ffef1c 010/190: Rename `c2l-compile-account-regexes` to `c2l-compile-matcher-regexes`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 73ef91df00 009/190: Turn variables into user options or internal variables., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 102890f078 103/190: Update the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger b1872d7f83 108/190: Update doc string of c2l-transaction-modify-functions., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8340839302 098/190: Add csv-mode to Package-Requires., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 6d46386b5e 096/190: Small README update., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 19ec18c197 104/190: Remove reference to `counterpart` from doc string of c2l-csv-columns., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 1417fcdbbb 087/190: Fix default value of c2l-csv-columns.,
ELPA Syncer <=
- [nongnu] elpa/csv2ledger a0a328df02 038/190: New function `c2l-convert-region`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger f536bca1bf 040/190: New function `c2l-get-results-buffer`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 93bd85b0e0 041/190: c2l-convert-region: Report number of converted entries., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 09e02e84a5 036/190: Expand README.md, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 4f7505922c 037/190: Update regex in `c2l-has-header`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 18413f1c36 076/190: Fix typo in doc string of c2l-matcher-regexes., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 565e1a1c43 070/190: Add comment line denoting section for user option functions., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8d18e53ee5 142/190: Fix highlighting in README.md, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 144a966942 150/190: Add section on multiple configurations to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger b57b06d3a0 163/190: Update the README., ELPA Syncer, 2024/06/03