Hello all,
I recently discovered a possible bug in org-mode (recent git checkout,
7.8.11-482-g570e30-git) and GNU Emacs 24.1.50.1 from emacs.naquadah.org
on Debian Squeeze when using org-add-note (bound to C-c C-z by default).
Given a simple file test.org with the content
* test
And running org-add-note whith the content
#+begin_example
test
#+end_example
will result in the following buffer content:
* test
- Note taken on [2012-08-14 Tue 12:57] \\
test note
#+end_example
missing the #+begin_example.
Is anyone able to reproduce this?
Bye,
Thomas