[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/csv2ledger 33a7db7844 157/190: Fix typo in the README
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/csv2ledger 33a7db7844 157/190: Fix typo in the README |
Date: |
Sun, 2 Jun 2024 15:59:54 -0400 (EDT) |
branch: elpa/csv2ledger
commit 33a7db7844723f232f42bfc69f44a690de96db00
Author: Joost Kremers <joostkremers@fastmail.com>
Commit: Joost Kremers <joostkremers@fastmail.com>
Fix typo in the README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bd3871f8dd..b588e45f6c 100644
--- a/README.md
+++ b/README.md
@@ -187,7 +187,7 @@ Another possible use of `c2l-field-modify-functions` is to
make sure the value o
### Modifying the transaction ###
-One limitation of the functions in `c2l-field-modify-functions` is that they
only take the value of a single field as argument. This is insufficient if you
want to modify a field value on the basis of some other field or fields in the
transaction, or if you want to add new fields. If you need to make such a
change, you can add a function to the option
`c2l-transaction-modify-functions`. This option holds a list of functions that
take the entire transaction as its argument and return a mo [...]
+One limitation of the functions in `c2l-field-modify-functions` is that they
only take the value of a single field as argument. This is insufficient if you
want to modify a field value on the basis of some other field or fields in the
transaction, or if you want to add new fields. If you need to make such a
change, you can add a function to the option
`c2l-transaction-modify-functions`. This option holds a list of functions that
take the entire transaction as argument and return a modifi [...]
The transaction is passed as an alist of field-value pairs, with the fields
being symbols and the values being strings. For example, for the ledger entry
shown above, the transaction would be as follows:
- [nongnu] elpa/csv2ledger 4bd99b140a 164/190: Make sure all relevant variables become buffer-local when needed., (continued)
- [nongnu] elpa/csv2ledger 4bd99b140a 164/190: Make sure all relevant variables become buffer-local when needed., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 4d888caef4 187/190: Fix whitespace., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 762fbfcf10 179/190: Update version number., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 982f05c6b9 110/190: Warn and abort if c2l-csv-columns is not set., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger d5718b1875 046/190: Add dependencies to package header., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger c051099f45 149/190: Update the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger c69391dd01 162/190: Fix typo in the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 671fef23b4 039/190: Small refactor of `c2l-csv-entry-as-kill`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 45f4f403d2 079/190: Rename 'effective' to 'posted'., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 57bd4d12f2 160/190: Move definition of c2l-field-modify-functions., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 33a7db7844 157/190: Fix typo in the README,
ELPA Syncer <=
- [nongnu] elpa/csv2ledger 8f23cc044f 145/190: Use `:set` in c2l-account-matchers-file to set c2l-matchers-regexps., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 107270702c 151/190: Fix typo in README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 3694ef7269 054/190: Small updates to the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger ae252fe149 060/190: Rename c2l-fallback-balancing-account back to c2l-fallback-account., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 163559956f 105/190: Change return value of c2l--amount-p., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger ac0352c3d8 088/190: Set default value of c2l-base-account to "Assets:Checking"., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 312a673c31 147/190: Fix doc string of c2l--amount-p., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 61f3d6d75f 158/190: Update Commentary section., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 20f06b3d99 055/190: Rename `c2l-auto-reconciled`to `c2l-auto-cleared`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger e8a2151fc7 004/190: Fix references to `jk--ledger-compiled-account-regexes`., ELPA Syncer, 2024/06/03