emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] subtree export title w/ tags


From: Nicolas Goaziou
Subject: Re: [O] subtree export title w/ tags
Date: Sun, 19 Jan 2014 12:19:35 +0100

Hello,

Robert Klein <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]