>>>>> "JP" == Jonathan Prin <
jonath...@gmail.com> writes:
JP> That didn't seem to work, unfortunately. Just in case I'm making a
JP> mistake elsewhere in the command, here's a copy of what I tried,
JP> substituting the word "Bank" for my actual bank.
Ah, I see, print prints the whole transaction, which does not allow you to
omit specific postings from it.
My advice at this point would be to use the `xml` report, for example, modify
it, read it back in (Ledger can read in that same data directly), and then
print that result.
Allowing this sort of XSLT-based transformation of reports is sort of why the
'xml' report exists.
John