From mboxrd@z Thu Jan 1 00:00:00 1970 From: phillip.lord@newcastle.ac.uk (Phillip Lord) Subject: Re: Stop exporting certain sections Date: Thu, 05 Feb 2015 15:00:27 +0000 Message-ID: <87386kl7xw.fsf@newcastle.ac.uk> References: <874mr0mqjh.fsf@newcastle.ac.uk> <87iofga35m.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJNux-0000Ai-Qp for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 10:00:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJNuu-0007fE-Mj for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 10:00:31 -0500 Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:36816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJNuu-0007f1-Gj for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 10:00:28 -0500 In-Reply-To: <87iofga35m.fsf@gmx.us> (rasmus@gmx.us's message of "Thu, 5 Feb 2015 14:39:17 +0100") 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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > phillip.lord@newcastle.ac.uk (Phillip Lord) writes: > >> I know that I can add :noexport to a section to stop it being exported, >> but is there a way of doing this for headers with a specific name? I >> have lots of them, and would rather not ":noexport" to them all. > > Use a filter an export an empty quote if the name matches your > conditions. See org-export-filter-headline-functions. > > Hope it helps, It does, thank you very much! Phil