From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Turoff Subject: Problems with including ledger files in org-babel Date: Mon, 12 May 2014 03:27:55 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=485b397dce9bce066404f92ee2e0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjkeT-0007k2-Ny for emacs-orgmode@gnu.org; Mon, 12 May 2014 03:27:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjkeS-0004Tf-KH for emacs-orgmode@gnu.org; Mon, 12 May 2014 03:27:57 -0400 Received: from mail-yh0-x22e.google.com ([2607:f8b0:4002:c01::22e]:52425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjkeS-0004Tb-Fw for emacs-orgmode@gnu.org; Mon, 12 May 2014 03:27:56 -0400 Received: by mail-yh0-f46.google.com with SMTP id 29so5961917yhl.33 for ; Mon, 12 May 2014 00:27:55 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --485b397dce9bce066404f92ee2e0 Content-Type: text/plain; charset=UTF-8 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 sh, and it works for ledger blocks embedded in org source blocks (described in the tutorial), but I can't get !include to load an external file. I'm trying to include some ledger content copied from http://orgmode.org/worg/org-tutorials/weaving-a-budget.html , and the 'print' option in ledger should always emit some output. Is this a known issue that hasn't been updated in that tutorial? Is there some other way to include external ledger files into org-babel? This is in org version 8.2.6-14-g063c8b-elpa. Thanks, -- Adam --485b397dce9bce066404f92ee2e0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm trying to prepare a ledger report by including a l= edger 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. =C2=A0org-confirm-babel-evaluate = works perfectly fine with other blocks, like sh, and it works for ledger bl= ocks embedded in org source blocks (described in the tutorial), but I can&#= 39;t get !include to load an external file.

I'm trying to include some ledger content copied fr= om=C2=A0http://orgmode.org/worg/org-tutorials/weaving-a-budget.html , and = the 'print' option in ledger should always emit some output.

Is this a known issue that hasn't been updated in t= hat tutorial? =C2=A0Is there some other way to include external ledger file= s into org-babel?

This is in org version=C2=A08.2.= 6-14-g063c8b-elpa.

Thanks,

-- Adam
--485b397dce9bce066404f92ee2e0--