Emacs 24.3.1 org-mode 8.0.3 In http://orgmode.org/manual/Export-options.html#fn-2, one refers to #+EXPORT_SELECT_TAGS: to select a tree for export.
Doesn't work for me. I used: #+SELECT_TAGS: with success (this was generated by C-c C-e #) Same applies for #+EXCLUDE_TAGS: ? Finally, the documentation refers to C-c C-e t (org-insert-export-options-template) to generate a template, but C-c C-e # seems the way to go today Would it be that the doc is out-of-sync with the code? Jean