Hello, Robert Klein <rokl...@roklein.de> writes:
> `org-export-with-tags' doesn't seem to work at all when a headline is > made title of a subtree export. > > > When using the appended configuration and org-file; point on the line > "point is here"; I'm subtree exporting using C-c C-e C-s h H and I get > > #+begin_example > ... > <head> > <title>second heading > :mytag:</title> > <!-- 2014-01-19 Sun 10:42 --> > <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> > ... > #+end_example > > > I suspect the `org-todo-line-regexp' in org-export--get-subtree-options > doesn't like/understand tags. The current behaviour is to keep tags of the root node when you export a subtree. If you want to get rid of them, you can set an :EXPORT_TITLE: property in the same node. Note that `org-export-with-tags' isn't expected to do anything in that situation. Regards, -- Nicolas Goaziou