Hi Seb,
Sébastien Vauban <[email protected]> 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
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode