From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Text above first headline is being exported, despite :export: tag being used. Date: Sat, 18 Oct 2014 18:56:44 -0700 Message-ID: References: <87tx33wnre.fsf@uw.edu> <87siilvx3a.fsf@uw.edu> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xffjo-00022M-6I for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 21:56:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xffji-00073v-33 for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 21:56:52 -0400 Received: from iport-acv1-out.ucsd.edu ([132.239.0.176]:40410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xffjh-00073k-Qh for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 21:56:46 -0400 In-Reply-To: <87siilvx3a.fsf@uw.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Brady Trainor Cc: emacs-orgmode@gnu.org On Sat, 18 Oct 2014, Brady Trainor wrote: > Charles Berry writes: > >> Brady Trainor 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