Re: [O] Exporting Org markup unrendered to html
Hi Michael, That is very cool! Thanks for sharing. I can imagine integrating that with org-habits somehow. You might consider putting the lisp files on GitHub somewhere.
Re: [O] Exporting Org markup unrendered to html
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 Yo