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: Carsten Dominik
Subject: Re: [Orgmode] Problem with quoting in #+BEGIN blocks
Date: Tue, 15 Sep 2009 07:37:41 +0100


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]