From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Exporting selected tags *with* its sub-tag hierarchy Date: Sun, 04 Feb 2018 00:15:03 +0100 Message-ID: <87woztu0lk.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei71a-0003yA-36 for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 18:15:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ei71W-0006AW-UV for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 18:15:10 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:60458) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ei71W-0006A9-Ng for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 18:15:06 -0500 In-Reply-To: (Pierre-Luc Gauthier's message of "Fri, 2 Feb 2018 15:35:48 -0500") 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" To: Pierre-Luc Gauthier Cc: emacs-orgmode@gnu.org Hello, Pierre-Luc Gauthier writes: > I have this tree of tags as explained here : > https://orgmode.org/manual/Tag-hierarchy.html > loaded at startup. E.g.: > > #+TAGS: [ @errands : bank groceries ] > > Filtering the @errands tag in the agenda todo view does lists all of > @errands sub tags as expected (i.e.: bank and groceries). Why then doesn't > SELECT_TAGS do the same on exporting? Good question. I implemented it as a bugfix in maint branch. Thank you. Regards, -- Nicolas Goaziou