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