Hey guys, I've written some emacs lisp routines to help with my two-window reconciliation process (described here: http://wiki.github.com/jwiegley/ledger/onreconciling).
This code provides functions (and hotkeys) to: - jump to first transaction in bank ledger, and find first match in your ledger - find additional matches in your ledger - accept a match (mark your entry as cleared and update the effective date) - move an unmatched entry to your ledger (and put it in the right place chronologically) You can view or download the code here: http://sixthdev.versionhost.com/viewvc.cgi/ledger/reconcile.el?view=markup -Michal
