emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH 2/2] Do not expand title in <title> markups


From: Julien Danjou
Subject: [Orgmode] [PATCH 2/2] Do not expand title in <title> markups
Date: Fri, 21 May 2010 17:21:12 +0200

If we expand `title', we may have HTML markup between the <title>
markups, which is not valid.

Signed-off-by: Julien Danjou <address@hidden>
---
 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




reply via email to

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