Arun Isaac <arunis...@systemreboot.net> 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,