Steve Purcell
Steve Purcell
I feel like if `org-cycle` was working for you previously in `ledger-mode` then that was more a matter of luck than anything that the `ledger-mode` maintainers could influence for you.
> I am assuming this means that this is a problem with org-mode more than ledger then? It looks that way to me!
Part 1 of this is fixed. The comment highlighting is pretty broken though. :-(
Well I guess `ledger-mode` will already "work" for the most part with Emacs' transparent decryption support, but there will be cases where `ledger` will get executed under the covers on...
Still, I think the key issue is that we use `ledger` a lot on underlying files, and those files can inherently refer to each other, so I suspect it is...
The "TODO" was placed in comments, presumably?
Or you could substitute single-digits for zero-padded ones if parsing is costly?
> when running several emacs ledger commands Could you perhaps name one of those commands, as a helpful clue? 🙂
Thanks. Other questions: - When you run ledger manually, you presumably run it in the directory of the file that contains the include directive? - Is the included file in...
You might consider setting `ledger-master-file`, e.g. in a `.dir-locals.el` file. For example, in my ledger files directory I have a `.dir-locals.el` like this: ```el ((ledger-mode . ((ledger-master-file . "master.ledger")))) ```...