emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Lesser blocks allowing unescaped lines


From: Max Nikulin
Subject: Re: Lesser blocks allowing unescaped lines
Date: Sun, 1 Oct 2023 22:30:29 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 30/09/2023 12:06, Tom Alexander wrote:

The documentation for lesser blocks[1] states:
Lines beginning with an asterisk or `#+` must be quoted by a comma (`,*`, 
`,#+`).

However, the following test document parses as a lesser block despite 
containing a line starting with an unescaped #+:
```
#+CATEGORY: foo
#+begin_src text
#+CATEGORY: bar
#+end_src
```

You have to quote #+end_src inside source code blocks or #+end_example in the case of #+begin_example block

#+begin_example
,#+end_example
#+end_example





reply via email to

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