emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export (sometimes) skips sections without preceding blank line
@ 2017-11-25 12:18 Ken Mankoff
  2017-11-25 13:44 ` Nicolas Goaziou
  2017-11-25 13:51 ` Eric S Fraga
  0 siblings, 2 replies; 6+ messages in thread
From: Ken Mankoff @ 2017-11-25 12:18 UTC (permalink / raw)
  To: Org Mode

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-25 20:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-25 12:18 Export (sometimes) skips sections without preceding blank line Ken Mankoff
2017-11-25 13:44 ` Nicolas Goaziou
2017-11-25 17:44   ` Ken Mankoff
2017-11-25 18:03     ` Eric S Fraga
2017-11-25 20:14     ` Nicolas Goaziou
2017-11-25 13:51 ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).