branch: elpa/csv2ledger
commit a1b0dd35e1fa450641168fab7fb27e362af963c0
Author: Joost Kremers <joostkrem...@fastmail.fm>
Commit: Joost Kremers <joostkrem...@fastmail.fm>

    Update README.
    
    Add `c2l-alignment-column`.
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index e2a3aeb6fd..33b3108210 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,9 @@ You can then add this to `c2l-field-parse-functions`:
         (amount . c2l-convert-postbank-to-ledger-amount)))
 ```
 
+A final variable you may want to set is `c2l-alignment-column`. This should 
most likely have the same value as `ledger-post-amount-alignment-column`, 
although `csv2ledger` currently assumes that `ledger-post-amount-alignment-at` 
is set to `:end` and that the commodity precedes the amount. If either is not 
true, alignment is probably not optimal.
+
+
 ## Doing the conversion ##
 
 There are three commands to convert CSV lines to ledger entries: 
`c2l-csv-entry-as-kill` converts the entry point is on and puts the result in 
the kill ring. It also displays the entry in the echo area so you can see what 
it is doing.

Reply via email to