From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: selective export Date: Sun, 07 Mar 2010 20:16:49 -0500 Message-ID: <87mxyjtxxa.fsf@fastmail.fm> References: <2c75873c1003071410k79101530o9f909d6de9a7124a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoRa6-0004Nv-B8 for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 20:16:26 -0500 Received: from [140.186.70.92] (port=37760 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoRa5-0004NQ-Mt for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 20:16:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoRa4-0003Un-KO for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 20:16:25 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:50952) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoRa4-0003Ug-I7 for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 20:16:24 -0500 In-Reply-To: <2c75873c1003071410k79101530o9f909d6de9a7124a@mail.gmail.com> (Graham Smith's message of "Sun, 7 Mar 2010 22:10:26 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Graham Smith Cc: emacs-orgmode@gnu.org Graham Smith writes: > Using babel I have the data used for the analysis (in R) under a top > level heading just called data. I want to keep this in the org file > but not in the compiled pdf. > > I have had a look at the selective export in the manual, but could do > with a bit more step by step instructions on how to exclude this bit > of the outline. > > Could someone give me a bit of hand holding on how to do this. If you have not changed the default configuration of org-export-exclude-tags, you can simply add the tag :noexport: to any tree you would like to keep out of the published file. Or, if you prefer, you can customize org-export-exclude-tags to exclude trees with a different tag. Best, Matt