On Thursday, January 24, 2013 10:35:23 PM UTC-8, eric wrote: > > You could do as others have suggested, i.e. using the shell to invoke > ledger. However, you can also use ledger directly (via the !include > directive) to read in ledger entries from an external file, as in: > > : #+begin_src ledger :cmdline bal :results value > : !include /some-path/account.ledger > : #+end_src > > Eric,
Thanks; that's what I was hoping might help. Unfortunately, I get "Symbol's function definition is void: org-babel-temp-file" in the minibuffer when I try. My .emacs contains '(org-babel-load-languages (quote ((emacs-lisp . t) (R . t) (sh . t) (ledger . t) (sqlite . t)))), and R and sh seem to work. Is it obvious what I'm missing? Bill --
