With old ledger.el, reconciliation works for me.
With new ldg-new.el, in current elisp code, the reconciliating function is empty (no code), so buffer can only be empty. See bug
#807 and its patch. With this patch applied, it works for me.
What I do is:
- C-c C-r, then provide "Account", and press Enter
- in reconciliation buffer, I press space to mark transaction. Line becomes bold in reconciliation buffer, and clear status "!" is applied to transaction in ledger file.
- When finished reconcialiating, I do C-c C-c in reconciliation buffer. Then all bold lines disappear from reconciliation buffer, and clear status "*" is applied to transactions in ledger file.
Thierry