>>>>> Bradley M Kuhn <[email protected]> writes: > I am confused why %D and %[] don't work in the --format here:
Ledger 3 doesn't use one-letter format characters, or %[] anymore. It uses the more universal %(valexpr) syntax. For example, %(date). Until valexprs are fully documented, I recommend looking in src/report.h, to find examples that are similar to what you might want to do. John
