* Eric Abrahamsen <[email protected]> [2014-06-19 22:05]: > ledger --sort=d --cleared xact starbucks > > Gives me the blank line. Is this because of the particular flags I've > got in my config file, or because xact isn't meant to take any > command-line flags?
The problem is that the transaction generated by xact is not cleared but you specify --cleared, which means that uncleared transactions are not shown. Maybe xact should ignore --cleared. Doesn't seem to make much sense, but who knows. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
