ledger / ledger-mode

Emacs Lisp files for interacting with the C++Ledger accounting system
GNU General Public License v2.0
385 stars 75 forks source link

ledger-toggle-current: Do not toggle if not in a transaction #414

Closed bcc32 closed 7 months ago

bcc32 commented 7 months ago

ledger-navigate-end-of-xact does not work correctly if point is not in a transaction. We can simply explicitly check whether ledger-thing-at-point returned a posting instead.

Fix #374