[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Export (sometimes) skips sections without preceding blank line
From: |
Ken Mankoff |
Subject: |
[O] Export (sometimes) skips sections without preceding blank line |
Date: |
Sat, 25 Nov 2017 13:18:47 +0100 |
User-agent: |
mu4e 0.9.18; emacs 25.3.1 |
Hi Org list,
I'm wondering if anyone else experiences LaTeX export skipping sections. It
appears to be related to no blank lines after code RESULT blocks? Using emacs
-Q on version 9.1.3.
The following MWE does *not* export subsection "Two".
* Skipping Exports
** One :noexport:
#+BEGIN_SRC sh :results verbatim :eval no-export
echo "hello, world"
#+END_SRC
#+RESULTS:
: hello, world
** Two
Good bye cruel world
It also doesn't export if the results are wrapped in a #+BEGIN_example block.
It does export it if there is a blank line before "* Two", but the blank line
is not required - for example, if the preceding line is "#+END_SRC" but there
is no blank line, it does export (but not #+END_example).
-k.
- [O] Export (sometimes) skips sections without preceding blank line,
Ken Mankoff <=