From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: subtree export title w/ tags Date: Sun, 19 Jan 2014 16:39:07 +0100 Message-ID: <87sisk9e1w.fsf@bzg.ath.cx> References: <52D5642C.5070907@roklein.de> <87vbxmfs2m.fsf@bzg.ath.cx> <86r489bpea.fsf@somewhere.org> <87k3e14g17.fsf@bzg.ath.cx> <52D67FAE.7090906@roklein.de> <52DBB211.7030605@roklein.de> <87bnz81ans.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4uT2-00058R-A1 for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 10:39:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4uSt-0007ba-P2 for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 10:39:20 -0500 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:65034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4uSt-0007bV-Hz for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 10:39:11 -0500 Received: by mail-wi0-f170.google.com with SMTP id ex4so3629374wid.1 for ; Sun, 19 Jan 2014 07:39:10 -0800 (PST) In-Reply-To: <87bnz81ans.fsf@gmail.com> (Nicolas Goaziou's message of "Sun, 19 Jan 2014 12:19:35 +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: Nicolas Goaziou Cc: Sebastien Vauban , emacs-orgmode@gnu.org, Robert Klein Hi Nicolas and Robert, Nicolas Goaziou writes: > The current behaviour is to keep tags of the root node when you export > a subtree. If you want to get rid of them, you can set an :EXPORT_TITLE: > property in the same node. I think we should only consider the bare heading: we already get rid of the TODO keyword so I see no reason not to get rid of the tags too. I just pushed a fix for this. -- Bastien