emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Text above first headline is being exported, despite :export: ta


From: Charles C. Berry
Subject: Re: [O] Text above first headline is being exported, despite :export: tag being used.
Date: Sat, 18 Oct 2014 18:56:44 -0700
User-agent: Alpine 2.00 (OSX 1167 2008-08-23)

On Sat, 18 Oct 2014, Brady Trainor wrote:

Charles Berry <address@hidden> 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




reply via email to

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