[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Export (sometimes) skips sections without preceding blank line
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Export (sometimes) skips sections without preceding blank line |
Date: |
Sat, 25 Nov 2017 14:44:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
Ken Mankoff <address@hidden> writes:
> 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.
I cannot reproduce it. You may want to double-check your configuration.
Regards,
--
Nicolas Goaziou