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.



Reply via email to