From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Exporting Org markup unrendered to html Date: Mon, 18 Apr 2016 08:45:54 +0100 Message-ID: <87vb3f2wct.fsf@ucl.ac.uk> References: Reply-To: Eric S Fraga Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as47c-00041g-Rj for emacs-orgmode@gnu.org; Mon, 18 Apr 2016 04:01:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1as47Y-0000gr-VI for emacs-orgmode@gnu.org; Mon, 18 Apr 2016 04:01:28 -0400 Received: from mail-am1on0136.outbound.protection.outlook.com ([157.56.112.136]:52032 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as47Y-0000fL-Lz for emacs-orgmode@gnu.org; Mon, 18 Apr 2016 04:01:24 -0400 In-Reply-To: (Michael Welle's message of "Mon, 18 Apr 2016 07:10:22 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Michael Welle Cc: "emacs-orgmode@gnu.org" 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