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