From 4a6a3174431b146dafd89aaef84321828f28f1d5 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 23 Jul 2011 17:35:36 +0200 Subject: [PATCH] org-exp-blocks: minor fix: use
instead of
. --- lisp/org-exp-blocks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el index a1514f0a8..96582c132 100644 --- a/lisp/org-exp-blocks.el +++ b/lisp/org-exp-blocks.el @@ -359,7 +359,7 @@ other backends, it converts the comment into an EXAMPLE segment." (if owner (format " id=\"org-comment-%s\" " owner)) ">\n" (if owner (concat "" owner " ") "") - (if (and title (> (length title) 0)) (concat " -- " title "
\n") "
\n") + (if (and title (> (length title) 0)) (concat " -- " title "
\n") "
\n") "

\n" "#+END_HTML\n" body -- 2.11.4.GIT