From 767f5188eef99bd47a65ff0d7199f67ee3c52fbb Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 23 Oct 2011 23:39:23 +0200 Subject: [PATCH] * org-html.el (org-export-as-html): Add a "title" meta tag. --- lisp/org-html.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index eb60b6665..646f2c32a 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -1298,11 +1298,11 @@ PUB-DIR is set, use this as the publishing directory." "%s - + %s + @@ -1325,7 +1325,7 @@ lang=\"%s\" xml:lang=\"%s\"> language language title (or charset "iso-8859-1") - date author description keywords + title date author description keywords style mathjax (if (or link-up link-home) -- 2.11.4.GIT