emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: [babel] ledger tutorial on Worg


From: Eric Schulte
Subject: Re: [Orgmode] Re: [babel] ledger tutorial on Worg
Date: Thu, 02 Sep 2010 08:56:23 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Seb,

Sébastien Vauban <address@hidden> 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: 
[1]  http://github.com/eschulte/yasnippet-org-mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]