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:10:52 -0400 Message-ID: <12526.1308244252@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXG65-0002fP-2y for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 13:11:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXG63-0003Gu-ED for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 13:11:12 -0400 Received: from vms173017pub.verizon.net ([206.46.173.17]:39800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXG62-0003GO-Gs for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 13:11:10 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LMW004IZ7Q4FL10@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 12:10:58 -0500 (CDT) In-reply-to: Message from Steven Haryanto of "Thu\, 16 Jun 2011 22\:36\:33 +0700." 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 To: Steven Haryanto Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org 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: --8<---------------cut here---------------start------------->8--- * foo org example #+begin_example ,* bar <2011-06-16 Thu> This is example code. #+end_example --8<---------------cut here---------------end--------------->8--- 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. Nick