From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Re: Text above first headline is being exported, despite :export: tag being used. Date: Sat, 18 Oct 2014 15:20:41 -0700 Message-ID: <87siilvx3a.fsf@uw.edu> References: <87tx33wnre.fsf@uw.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfcN1-0004sP-IE for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 18:21:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfcMw-0003Mp-75 for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 18:21:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:41490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfcMv-0003MH-W7 for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 18:21:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XfcMq-0004j8-Mp for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 00:20:56 +0200 Received: from 174-24-239-229.tukw.qwest.net ([174.24.239.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Oct 2014 00:20:56 +0200 Received: from algebrat by 174-24-239-229.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Oct 2014 00:20:56 +0200 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: emacs-orgmode@gnu.org 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 --8<---------------cut here---------------start------------->8--- % Created 2014-10-18 Sat 15:11 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{rotating} \usepackage[normalem]{ulem} \usepackage{amsmath} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \author{iam} \date{\today} \title{ecm} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs 24.3.1 (Org mode 8.2.10)}} \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} --8<---------------cut here---------------end--------------->8--- -- Brady