On Sat, 18 Oct 2014, Brady Trainor wrote:
Charles Berry <ccbe...@ucsd.edu> writes:
Brady Trainor <algebrat <at> uw.edu> writes:
But I have trees tagged for export, while text above first headline is
being exported. Can anyone confirm?
It works for me. Can you provide an ECM[1]?
I have in a file simply:
--8<---------------cut here---------------start------------->8---
Text above first headline.
* first headline for export :export:
--8<---------------cut here---------------end--------------->8---
I start Emacs with =emacs -q=, and apply =M-x package-initialize=.
With =M-x version RET= and =M-x org-version RET=, I find
,----
| GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of
| 2014-03-07 on lamiak, modified by Debian
|
| Org-mode version 8.2.10 (8.2.10-elpa @
| /home/iam/.emacs.d/elpa/org-20141013/)
`----
With =C-c C-e l l=, the associated .tex file includes
,----
| \begin{document}
|
| \maketitle
| \tableofcontents
|
| Text above first headline.
|
| \section{first headline for export}
| \label{sec-1}
| % Emacs 24.3.1 (Org mode 8.2.10)
| \end{document}
`----
or for completeness, the entire contents are
[snip]
I confirm that the ECM *fails* in maint.
But it *succeeds* in master.
HTH,
Chuck