"Thomas S. Dye" <t...@tsdye.com> writes:

> Aloha all,
>
> The following example from the Ledger tutorial
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php
>  doesn't export the #+end_src line:
>
> #+begin_src org
>
> ,#+begin_src ledger :cmdline -s bal :results value
> ,!include /tmp/account.ledger
> ,#+end_src
>
> #+end_src
>
> As you can see in this example and others in the Ledger tutorial on
> Worg, only the first two lines of the code block make it through the
> exporter.
>
> Is this a bug or is the source block malformed in some way?


I think you should use BEGIN_EXAMPLE and END_EXAMPLE for this. 

In that case you don't have to use leading ",".

You can check the org files written for babel tutorial

Thanks and Regards
Noorul


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to