org-export: Add FILETAGS when retreiving tags with inheritance
commit1a7610ed98c65e49eac287e9ede0341b3ad618ae
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 30 Oct 2012 15:03:59 +0000 (30 16:03 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 30 Oct 2012 15:03:59 +0000 (30 16:03 +0100)
tree5d30fe0d25cbf49761b0cc7d0cf48dc655cab8fe
parentdda56367b8c3d08a711e9f4bc8b902110fe5b7f8
org-export: Add FILETAGS when retreiving tags with inheritance

* contrib/lisp/org-export.el (org-export-special-keywords): New
  "FILETAGS" keyword.
(org-export--get-inbuffer-options): Handle "FILETAGS" keywords.
(org-export-get-tags): Add FILETAGS when retreiving tags with
inheritance.
* testing/lisp/test-org-export.el: Add test.
contrib/lisp/org-export.el
testing/lisp/test-org-export.el