From mboxrd@z Thu Jan 1 00:00:00 1970 From: SW Subject: Re: org-export-select-tags Date: Mon, 9 Jul 2012 21:25:39 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLSx-00015S-KO for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:26:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoLSv-0002cp-T1 for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:25:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:48934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLSv-0002cg-MD for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:25:57 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SoLSo-0004m0-5A for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 23:25:50 +0200 Received: from 41-135-53-154.dsl.mweb.co.za ([41.135.53.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 23:25:50 +0200 Received: from sabrewolfy by 41-135-53-154.dsl.mweb.co.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 23:25:50 +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 SW gmail.com> writes: > I have an org-file with many headlines of various levels, but no tags. I tagged > one top-level headline with :export: and exported to LaTeX with C-c C-e l. The > tagged headline and everything below it was exported, but so was the first > headline (and everything below it) in the org file, even though it did not have > any tags. The *only* tag is :exported: on the headline I want exported. *A work-around:* If the first line of the Org file is blank/empty, *then* *only* the headlines with tag :export: are exported. Instead of: -------------------- * Headline1 * Headline2 :export: -------------------- use: -------------------- * Headline1 * Headline2 :export: -------------------- *"Solved"*