[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/csv2ledger 7d75cd4c41 166/190: Update README.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/csv2ledger 7d75cd4c41 166/190: Update README. |
Date: |
Sun, 2 Jun 2024 15:59:54 -0400 (EDT) |
branch: elpa/csv2ledger
commit 7d75cd4c416dfc55f2a8c849ae581c53f08c08f3
Author: Joost Kremers <joostkremers@fastmail.com>
Commit: Joost Kremers <joostkremers@fastmail.com>
Update README.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 95ce8eeed6..4b2ee1849f 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ restaurant Expenses:Leisure:Restaurant
Set the option `c2l-account-matchers-file` to point to this file. With the
example matchers shown here, if the payee or description of a transaction
contains the string `"aldi"`, `Expenses:Groceries` is taken as the balancing
account. There can be more than one matcher for one account: in the example,
both `"aldi"` and `"lidl"` link to the account `Expenses:Groceries`.
-The matchers are simple substrings, not regular expressions. I have not found
the need to use regular expressions for account matching, and prefer the
simplicity of not having to worry about the special meaning of certain
characters in them. Internally, however, the matchers are turned into regular
expressions and stored in the variable `c2l-matcher-regexps`. If you prefer to
use regular expressions, you can set this variable yourself. Its value should
be an alist mapping regular express [...]
+The matchers are simple substrings, not regular expressions. I have not found
any need for regular expressions for account matching, and prefer the
simplicity of simple substrings. Internally, however, the matchers are turned
into regular expressions and stored in the variable `c2l-matcher-regexps`. If
you prefer to use regular expressions, you can set this variable yourself. Its
value should be an alist mapping regular expressions to accounts:
```emacs-lisp
(setq c2l-matcher-regexps '(("\\(?:aldi\\|lidl\\)" . "Expenses:Groceries")
- [nongnu] branch elpa/csv2ledger created (now 91a9c504a7), ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 91a9c504a7 190/190: Update version number, ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 356e833e9d 169/190: Make c2l--has-header a bit more functional., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger ffe648ecf0 170/190: Remove dependency on parse-csv, ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger f805e4b0e0 173/190: Update version number., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 5956b5e351 174/190: Update error message in c2l--get-current-row, ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger b403b4f165 168/190: Fix doc string of c2l--has-header., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 57989d70f6 171/190: Keep order of account matchers., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 464fa0b188 167/190: Update version number., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger cd955dd41b 172/190: Move c2l-compose-entry to the correct section., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 7d75cd4c41 166/190: Update README.,
ELPA Syncer <=
- [nongnu] elpa/csv2ledger 22c9d76302 136/190: Fix doc string of c2l-transaction-modify-functions., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger ec76d40813 137/190: Update README., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 8d16b790a8 127/190: Fix typo in the README., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 39cefb514c 128/190: Add installation section to README., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 7bf8eea86a 130/190: Update doc string of c2l-convert-buffer., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger f37a5677a4 135/190: Update copyright year., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 5f270d2ff0 132/190: Update the README., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 9e495b83ec 124/190: Further fixes to the README., ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger f846dca63c 133/190: Small fix for README.md, ELPA Syncer, 2024/06/02
- [nongnu] elpa/csv2ledger 00da744de7 131/190: Update dependency on Emacs to 29.1., ELPA Syncer, 2024/06/02