emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Exporting Org markup unrendered to html


From: Eric S Fraga
Subject: Re: [O] Exporting Org markup unrendered to html
Date: Mon, 18 Apr 2016 08:45:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux)

On Monday, 18 Apr 2016 at 07:10, Michael Welle wrote:
> Hello,
>
> I want to export Org task descriptions to html. It's a text about Org,
> so I want the tasks to appear in html as they appear in an Org buffer,
> colouring is a bonus ;).
>
> I tried:
>
> #+BEGIN_SRC org
> * TODO foo
> #+END_SRC

You have to escape the leading *'s with a , as in

#+BEGIN_SRC org
,* TODO foo
#+END_SRC

If you use C-c ' to edit the src block, it does this for you
automatically.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-705-g716e33



reply via email to

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