From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Mark subtrees for export? Date: Thu, 3 Mar 2016 18:32:03 +0100 Message-ID: <56D87513.8010509@gmx.de> References: <87a8mfanvr.fsf@kaffanke.at> <56D80CB3.3060107@gmx.de> <878u1zak72.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]:59946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abX5j-0006UX-HB for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 12:31:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abX5e-0001k0-E0 for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 12:31:11 -0500 Received: from mout.gmx.net ([212.227.15.19]:51576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abX5e-0001jq-5S for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 12:31:06 -0500 In-Reply-To: <878u1zak72.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: emacs-orgmode@gnu.org, Martin Does "visible-only" (see export dialog) do what you want? Cheers, Simon On 03/03/2016 12:13 PM, Martin wrote: > Hi there, > > This is a good start, but I want to export different things at different > times, so this would need big rewrites in my file every time... > > Martin > > Simon Thum writes: > >> 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 >>> > >