Re: [O] Problems with including ledger files in org-babel

2014-05-12 Thread Adam Turoff
Thanks everyone. I never saw C-c C-v C-v before, so that pointed me in the right direction. Most of the issue was with my inexperience debugging elisp. The messages buffer pointed me in the right direction; ledger wasn't emitting any output because was throwing warning messages. I traced it dow

Re: [O] Problems with including ledger files in org-babel

2014-05-12 Thread Samuel Wales
if ledger does not work, you can use sh. i do. On 5/12/14, Adam Turoff wrote: > It seems like there's some issue with ledger not loading properly, and the > error appears to be eaten by org-babel. Is there any way to debug what > org-babel is seeing here? c-c c-v c-v? -- The Kafka Pandemic:

Re: [O] Problems with including ledger files in org-babel

2014-05-12 Thread Adam Turoff
I've tried that, and that doesn't fix the problem. I'm testing it now on another system, and this actually works (ledger.lgr and the org file are in the same directory): #+begin_src ledger :cmdline -f .ledger.lgr print #+end_src It seems like there's some issue with ledger not loading properly,

Re: [O] Problems with including ledger files in org-babel

2014-05-12 Thread Eric S Fraga
On Monday, 12 May 2014 at 03:27, Adam Turoff wrote: > I'm trying to prepare a ledger report by including a ledger file with babel: > > #+begin_src ledger :cmdline print > !include ledger.lgr > #+end_src I would suggest you try specifying the full path to the ledger file, i.e. one starting with / (

[O] Problems with including ledger files in org-babel

2014-05-12 Thread Adam Turoff
I'm trying to prepare a ledger report by including a ledger file with babel: #+begin_src ledger :cmdline print !include ledger.lgr #+end_src #+RESULTS: And each time I try and eval the buffer, the results come back blank. org-confirm-babel-evaluate works perfectly fine with other blocks, like s