From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roman Geus Subject: Re: Problem with quoting in #+BEGIN blocks Date: Wed, 16 Sep 2009 15:59:31 +0200 Message-ID: References: <33922974-96F0-4B26-8E8D-AD5C335DDEA1@gmail.com> Reply-To: roman@geus.ch Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mnv2p-0004Yq-GB for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 09:59:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mnv2k-0004TF-8y for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 09:59:38 -0400 Received: from [199.232.76.173] (port=49541 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mnv2j-0004Sp-Nk for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 09:59:33 -0400 Received: from mail-yw0-f201.google.com ([209.85.211.201]:47033) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mnv2j-0001K2-A6 for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 09:59:33 -0400 Received: by ywh39 with SMTP id 39so366936ywh.12 for ; Wed, 16 Sep 2009 06:59:32 -0700 (PDT) In-Reply-To: <33922974-96F0-4B26-8E8D-AD5C335DDEA1@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten Thanks for your helpful comments. It works fine now. Regards, Roman On Tue, Sep 15, 2009 at 8:37 AM, Carsten Dominik wrote: > > On Sep 14, 2009, at 8:41 AM, Roman Geus wrote: > >> Hello >> >> I'm fairly new to org-mode, and I am surprised about the quoting >> behavior in #+BEGIN_EXAMPLE blocks: >> >> The following org file, results in two level 1 titles (* ASCII report >> and * Part 1) when the file is reopened in emacs. >> >> * ASCII report >> #+BEGIN_EXAMPLE >> >> ************************************************************************= ***** >> * Part 1 >> >> ************************************************************************= ***** >> bla, bla, bla >> #END_EXAMPLE >> >> I expected "* Part 1" to be interpreted as ordinary text. > > Hi Roman, > > first of all, it is #+END_EXAMPLE, not #END_EXAMPLE > > For export it then works fine. =A0To avoid the interpretation of > "* Part 1" as a headline inside Org-mode, quote it like this: > > #+BEGIN_EXAMPLE > ,************************************************************************= ***** > ,* Part 1 > ,************************************************************************= ***** > bla, bla, bla > #+END_EXAMPLE > > If you use "C-c '" to edit snippets like this, the quoting is automatic. > > HTH > > - Carsten > >> >> Is this working as intended? >> >> Thanks and regards, >> Roman Geus >> >> PS: I'm using org-mode 6.30 on GNU emacs 22.2.1 (Linux) >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >