From 4ce05a79a056b02d3c8b2f4d3777e423cafaaf04 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 25 Feb 2011 17:05:20 -0700 Subject: [PATCH] comment blocks: explicitly append a newline to the body * lisp/org-exp-blocks.el (org-export-blocks-format-comment): Explicitly append a newline to the body. --- 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 1fac3bf05..abb3e7fb0 100644 --- a/lisp/org-exp-blocks.el +++ b/lisp/org-exp-blocks.el @@ -343,7 +343,7 @@ other backends, it converts the comment into an EXAMPLE segment." "

\n" "#+END_HTML\n" body - "#+BEGIN_HTML\n" + "\n#+BEGIN_HTML\n" "

\n" "\n" "#+END_HTML\n"))