Steve Purcell
Steve Purcell
The version of boost in homebrew is similarly new (1.78), so I think it's likely the same issue. See also https://github.com/ledger/ledger/issues/2075
According to the linked issue, this was fixed in Ledger in https://github.com/ledger/ledger/pull/2092, but the fix isn't in any released version of Ledger. So probably what's needed is a fresh Ledger...
> I think it's common for packages to expose such a variable Perhaps in the past, but it's increasingly bad practice, since the vast majority of the time these days,...
But tabs are permitted in ledger files, so that wouldn't really be reasonable.
I wonder if those org source blocks have no trailing newline. How about if you add a blank line before `#+END_SRC`?
I'm actually wondering if this is connected to `ledger-mode` at all. AFAIK, the source blocks are handled by `ob-babel`, which doesn't use `ledger-mode`: I feel like the code there should...
Is that valid input anyway? Saving that to a file, `flycheck-ledger` displays: ``` foo.ledger 5 error Error: Unexpected date period token 'rent' (ledger) foo.ledger 7 error Error: Directive 'assets' requires...
Users might reasonably have different expectations of what the common keybinding `M-;` might operate on, e.g. current line vs. current transaction. I'd suggest it should be easy enough to write...
I'm not aware that there's any built-in way to invert the meaning of pending and cleared, and I doubt it would be generally desirable, but you could presumably redefine the...
I suspect there might be something wrong with the `ledger-occur-compress-matches` function in `ledger-occur.el`... will investigate if I get some headspace.