emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Problem with quoting in #+BEGIN blocks


From: Roman Geus
Subject: Re: [Orgmode] Problem with quoting in #+BEGIN blocks
Date: Wed, 16 Sep 2009 15:59:31 +0200

Hi Carsten

Thanks for your helpful comments. It works fine now.

Regards,
Roman

On Tue, Sep 15, 2009 at 8:37 AM, Carsten Dominik
<address@hidden> 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.  To 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.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]