From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Exporting FILETAGS Date: Tue, 21 Jun 2016 13:45:02 +0200 Message-ID: <8737o6bwap.fsf@saiph.selenimh> References: <874m8n156m.fsf@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFK7E-0007oM-NR for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 07:45:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFK7C-00083O-Q1 for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 07:45:11 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFK7C-00082z-JH for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 07:45:10 -0400 In-Reply-To: <874m8n156m.fsf@systemreboot.net> (Arun Isaac's message of "Tue, 21 Jun 2016 10:58:33 +0530") 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: Arun Isaac Cc: "emacs-orgmode@gnu.org" Hello, Arun Isaac writes: > When org-export-with-tags is set to t, tags on headlines are > exported. Is there a similar way to export FILETAGS as well? Do you mean that you want to export inherited filetags on each headline? If so, it is not possible out of the box. However, `org-get-tags-at' returns a list of inherited tags for a given headline, so it is possible to pre-process the document and explicitly add all inherited tags to each headline. Regards, -- Nicolas Goaziou