emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/csv2ledger 3a309c795a 139/190: Fix the README.


From: ELPA Syncer
Subject: [nongnu] elpa/csv2ledger 3a309c795a 139/190: Fix the README.
Date: Sun, 2 Jun 2024 15:59:52 -0400 (EDT)

branch: elpa/csv2ledger
commit 3a309c795ad3f88732306d33245fe93ea000bea9
Author: Joost Kremers <joostkremers@fastmail.com>
Commit: Joost Kremers <joostkremers@fastmail.com>

    Fix the README.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bd492aff64..ba55437c6d 100644
--- a/README.md
+++ b/README.md
@@ -172,7 +172,7 @@ The setting for `c2l-field-modify-functions` then ends up 
like this:
 ```emacs-lisp
 (setopt c2l-field-modify-functions
   '((date . c2l-convert-little-endian-to-iso8601-date)
-    (amount . jk/c2l-convert-postbank-to-ledger-amount)))
+    (amount . jk/c2l-convert-amount)))
 ```
 
 Another possible use of `c2l-field-modify-functions` is to make sure the value 
of the `debit` field is is a negative value. For example, if your CSV file 
lists amounts debit as `"€25.14"` instead of `"-€25.14"`, you can change this 
with the following setup:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]