summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-10-23 23:39:23 +0200
committerBastien Guerry <bzg@altern.org>2011-10-23 23:39:23 +0200
commit767f5188eef99bd47a65ff0d7199f67ee3c52fbb (patch)
treed01bc1dd9c3f7c37f7c090836c0eb2a55a8287b2
parentdb04ef74988bf0299a1f91a786afeb2464626f70 (diff)
downloadorg-mode-767f5188eef99bd47a65ff0d7199f67ee3c52fbb.tar.gz
* org-html.el (org-export-as-html): Add a "title" meta tag.
-rw-r--r--lisp/org-html.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index eb60b66..646f2c3 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
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"
\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
-<html xmlns=\"http://www.w3.org/1999/xhtml\"
-lang=\"%s\" xml:lang=\"%s\">
+<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"%s\" xml:lang=\"%s\">
<head>
<title>%s</title>
<meta http-equiv=\"Content-Type\" content=\"text/html;charset=%s\"/>
+<meta name=\"title\" content=\"%s\"/>
<meta name=\"generator\" content=\"Org-mode\"/>
<meta name=\"generated\" content=\"%s\"/>
<meta name=\"author\" content=\"%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)