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

2009-09-16 Thread Roman Geus
Hi Carsten

Thanks for your helpful comments. It works fine now.

Regards,
Roman

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




___
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


[Orgmode] Problem with quoting in #+BEGIN blocks

2009-09-14 Thread Roman Geus
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.

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