> Related question: is there a way to specify that ledger should not > reformat comments?
Here is what I do to keep the format of comments when using 'print' command: ledger --args-only --file file.ledger print |perl -pe 'undef $/; s/\n\s \s\s\s;/ ;/smg' > file.ledger.print Thierry