From: Ken Mankoff <mankoff@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Export (sometimes) skips sections without preceding blank line
Date: Sat, 25 Nov 2017 13:18:47 +0100 [thread overview]
Message-ID: <m2r2smo8k8.fsf@gmail.com> (raw)
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.
next reply other threads:[~2017-11-25 12:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-25 12:18 Ken Mankoff [this message]
2017-11-25 13:44 ` Export (sometimes) skips sections without preceding blank line 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2r2smo8k8.fsf@gmail.com \
--to=mankoff@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.