summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-10-29 14:17:56 +0200
committerBastien Guerry <bzg@altern.org>2011-10-29 14:17:56 +0200
commitb2408c00967a4ef60b00f572b838a7c4f4686a90 (patch)
tree7b1213ad67d67f3be795be48cb33c0c6794f8cb1
parentad09e1e0366d168d947bd937011d69c572c4fd9f (diff)
downloadorg-mode-b2408c00967a4ef60b00f572b838a7c4f4686a90.tar.gz
org-html.el: Bugfix: Convert special characters in some meta tag.
* org-html.el (org-export-as-html): Convert special characters in meta tag "author", "date", "keyword" and "description". Thanks to Pavel Panchekha for raising this issue.
-rw-r--r--lisp/org-html.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 7fa5e14..5a08ae4 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -1157,8 +1157,8 @@ PUB-DIR is set, use this as the publishing directory."
(t (get-buffer-create to-buffer)))
(find-file-noselect filename)))
(org-levels-open (make-vector org-level-max nil))
- (date (plist-get opt-plist :date))
- (author (plist-get opt-plist :author))
+ (date (org-html-expand (plist-get opt-plist :date)))
+ (author (org-html-expand (plist-get opt-plist :author)))
(html-validation-link (or org-export-html-validation-link ""))
(title (org-html-expand
(or (and subtree-p (org-export-get-title-from-subtree))
@@ -1187,8 +1187,8 @@ PUB-DIR is set, use this as the publishing directory."
(inverse nil)
(email (plist-get opt-plist :email))
(language (plist-get opt-plist :language))
- (keywords (plist-get opt-plist :keywords))
- (description (plist-get opt-plist :description))
+ (keywords (org-html-expand (plist-get opt-plist :keywords)))
+ (description (org-html-expand (plist-get opt-plist :description)))
(num (plist-get opt-plist :section-numbers))
(lang-words nil)
(head-count 0) cnt