If we expand `title', we may have HTML markup between the <title> markups, which is not valid.
Signed-off-by: Julien Danjou <jul...@danjou.info> --- lisp/org-html.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index e7064ab..9a744cf 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -913,7 +913,7 @@ lang=\"%s\" xml:lang=\"%s\"> "") (or charset "iso-8859-1")) language language - (org-html-expand title) + title (or charset "iso-8859-1") date author description keywords style -- 1.7.1 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode