* Craig Earls <[email protected]> [2011-09-14 14:11]: > I have tried manually putting the comments in both places, and the > command "ledger -f ./file.dat --sort d print " puts out the included > text. That seems strange. I have a small mind and like > consistency.
It is consistent. ledger wraps the line after 80 characters and the latter two notes don't fit into the line, so they are placed on the next line. You could pass -w to ledger to specify wide output. -- Martin Michlmayr http://www.cyrius.com/
