From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Mark subtrees for export? Date: Thu, 3 Mar 2016 11:06:43 +0100 Message-ID: <56D80CB3.3060107@gmx.de> References: <87a8mfanvr.fsf@kaffanke.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abQ8l-0000yS-8c for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 05:05:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abQ8i-0003QQ-3Q for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 05:05:51 -0500 Received: from mout.gmx.net ([212.227.15.19]:58671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abQ8h-0003QL-PT for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 05:05:48 -0500 In-Reply-To: <87a8mfanvr.fsf@kaffanke.at> 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: Martin , emacs-orgmode Hi, I have (setq org-export-exclude-tags '("internal" "noexport")) i.e. I mark those I don't want to export. Then you export the buffer or the subtree above all of them. HTH, Simon On 03/03/2016 10:53 AM, Martin wrote: > Hi there, > > Can I mark some subtrees (its ok with tags if that is easyer) for > export? I found just to export a subtree or the whole buffer. But what > I want is to mark (in my case 3 out of 7) headers for export. How can I > do that? > > Thanks, > Martin >