From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [babel] ledger tutorial on Worg Date: Thu, 02 Sep 2010 08:56:23 -0600 Message-ID: <87tym8b3e0.fsf@gmail.com> References: <871v9lm0s3.wl%ucecesf@ucl.ac.uk> <4296BE2D-051E-47E8-8AA7-24582082DD0F@gmail.com> <87zkw8vzxw.fsf@gmail.com> <87aao1bt8w.fsf@mundaneum.com> <87mxs1co0f.wl%ucecesf@ucl.ac.uk> <87mxs071us.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=40271 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrBDR-0005nm-5H for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrBDJ-0000YO-AP for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:56:30 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:49635) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrBDJ-0000YB-5R for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:56:29 -0400 Received: by gwj16 with SMTP id 16so237934gwj.0 for ; Thu, 02 Sep 2010 07:56:28 -0700 (PDT) In-Reply-To: <87mxs071us.fsf@mundaneum.com> (=?utf-8?Q?=22S=C3=A9bastien?= Vauban"'s message of "Thu, 02 Sep 2010 14:43:07 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi Seb, S=C3=A9bastien Vauban writes: [...] > > Though, the following does not work yet: > > * Test with Org-Babel-Ledger > > First evaluate this: > > (org-babel-do-load-languages > 'org-babel-load-languages > '((R . t) > (emacs-lisp . t) > (latex . t) > (ledger . t) ;this is the important one for this tutorial > (sh . t))) > > ** Journal data > > #+srcname ledger-journal ^ the problem is here. #+srcname ledger-journal should be #+srcname: ledger-journal I find it easiest to use yasnippets to handle the creation of all of my code blocks to avoid these often tricky to debug minor syntax errors. See [1] for a collection of org-mode related snippets, most importantly the "block" and "sb" snippets. Cheers -- Eric Footnotes:=20 [1] http://github.com/eschulte/yasnippet-org-mode