emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: HTML export of org source blocks


From: Noorul Islam K M
Subject: [Orgmode] Re: HTML export of org source blocks
Date: Thu, 02 Sep 2010 12:36:09 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

"Thomas S. Dye" <address@hidden> 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




reply via email to

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