Re: Bug: Asterisk inside example is incorrectly parsed [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)]

2020-05-18 Thread Nick Dokos
You need to quote the asterisk with a comma: #+begin_example ,* I am not supposed to be a section #+end_example See (info "(Org) Literal Examples") -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler

Bug: Asterisk inside example is incorrectly parsed [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)]

2020-05-17 Thread Eric Berquist
The asterisk inside the example block isn't escaped properly, and appears as a header, leaving `#+begin_example` and `#+end_example` to appear as regular text. It occurs in at least both the HTML and LaTeX output. Here is a minimal example to reproduce the problem: * first section