From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: how to escape org markup? Date: Thu, 16 Jun 2011 13:35:40 -0400 Message-ID: <12703.1308245740@alphaville.dokosmarshall.org> References: <12526.1308244252@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXGU4-0000rT-EI for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 13:36:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXGU3-0008Jw-6j for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 13:36:00 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:51387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXGU2-0008Jm-UC for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 13:35:59 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LMW00GFT8VG6VG0@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 12:35:47 -0500 (CDT) In-reply-to: Message from Nick Dokos of "Thu, 16 Jun 2011 13:10:52 EDT." <12526.1308244252@alphaville.dokosmarshall.org> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: Steven Haryanto , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Nick Dokos wrote: > Steven Haryanto wrote: > > > I need to insert bits of plain text into a final composite Org document. = > The text should be > > protected from any Org formatting (for example, "* " at the beginning of = > a line should not be > > interpreted as a headline). Is enclosing it with #+BEGIN_SRC/#+END_SRC or= > =C2=A0#+BEGIN_EXAMPLE/# > > +END_EXAMPLE the correct way? I'm thinking yes, but my Emacs still interp= > rets the "* " as headline > > though. > >=20 > > This seems to work - I can export to html or latex and get the expected res= > ult: > > > * foo > org example > > #+begin_example > ,* bar > <2011-06-16 Thu> > > This is example code. > > #+end_example > > But I don't know all the rules and moreover I don't know of any place where > they are described. I'll look around and post an update when I find it. > But feel free to beat me to it. > Section 11.3, "Literal Examples", of the Org manual (info "(org)Literal Examples") footnote 4. Nick