ledger-mode
ledger-mode copied to clipboard
Ledger Reconcile Can't Find Included Files
Emacs version: 29.3 ledger version: 3.2.1-20200518 ledger-mode version: 20240537.2134
When I try to reconcile a file that includes another file, it errors out with: While parsing file "", line 5: Error: File to include was not found: "reconcile2.dat"
I ran this under emacs -Q to be sure.
reconcile1.dat:
include ./reconcile2.dat
2024-01-01 test
Test1 $1
Test3
reconcile2.dat:
2024-01-01 test2
Test3 $3
Test4
I tried it both with and without the ./ in the pathname.