From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Exporting FILETAGS Date: Tue, 21 Jun 2016 15:36:29 +0200 Message-ID: <87twgmacki.fsf@saiph.selenimh> References: <8737o6bwap.fsf@saiph.selenimh> <87shw6d76r.fsf@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFLr6-0002TY-5h for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 09:36:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFLr4-0006mA-8r for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 09:36:39 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:50600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFLr4-0006lT-3R for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 09:36:38 -0400 In-Reply-To: <87shw6d76r.fsf@systemreboot.net> (Arun Isaac's message of "Tue, 21 Jun 2016 18:34:28 +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" Arun Isaac writes: > No, I would like to export the FILETAGS to say, below the title. I am > maintaining my blog in org mode, and I am hoping to use FILETAGS to tag > my blog posts. So, I am interested in tags for the entire file itself, > not inherited tags on each headline. > > Currently, I have written some code to do this, but I am wondering if > this is available out of the box. FILETAGS is a keyword, and those are usually ignored during export. So, writing some code (as a parse tree filter or in a hook), as you did, is the way to go. Regards,