emacs-orgmode
[Top][All Lists]
Advanced

[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 21:14:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Ken Mankoff <address@hidden> writes:

> I'm testing this with the following MWE:
>
> 1) Launching Emacs -Q with this:
>
> open -n -a EmacsMac.app --args --debug-init -Q --eval="(add-to-list 
> 'load-path \"~/.emacs.d/elpa/org-20171120\")"
>
> 2) Visiting test.org which contains this:
>
> #+BEGIN_SRC emacs-lisp :results value
> (org-version nil t)
> #+END_SRC
>
> #+RESULTS:
> : Org mode version 9.1.3 (9.1.3-2-g322612-elpa @ 
> /Users/kdm/.emacs.d/elpa/org-20171120/)
>
> * 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
>
>
> 3) Exporting via C-e l L to a LaTeX buffer which contains the header plus 
> this:
>
>
> \begin{document}
>
> \tableofcontents
>
> \begin{verbatim}
> (org-version nil t)
> \end{verbatim}
> \section{Skipping Exports}
> \label{sec:orge984613}
> \end{document}

Fixed. Thank you.

Regards,



reply via email to

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