summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2011-10-04 23:31:43 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2011-10-04 23:31:43 +0200
commitee3a68216b2b82807a2d3eeacf936893ed404c0c (patch)
treeb763d29b0daac791adc50c8e51141841928e82c8
parent4e3cc81a2e70c2f74f8d62a327e1b2a608f003d9 (diff)
downloadorg-mode-ee3a68216b2b82807a2d3eeacf936893ed404c0c.tar.gz
Revert "Avoid XHTML strict problems by not enclosing special blocks in paragraph tags"
This reverts commit 4e3cc81a2e70c2f74f8d62a327e1b2a608f003d9.
-rw-r--r--lisp/org-special-blocks.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-special-blocks.el b/lisp/org-special-blocks.el
index d55e255..2da57f0 100644
--- a/lisp/org-special-blocks.el
+++ b/lisp/org-special-blocks.el
@@ -81,7 +81,7 @@ seen. This is run after a few special cases are taken care of."
"Converts the special cookies into div blocks."
;; Uses the dynamically-bound variable `line'.
(when (string-match "^ORG-\\(.*\\)-\\(START\\|END\\)$" line)
- (org-close-par-maybe)
+; (org-close-par-maybe)
(message "%s" (match-string 1))
(if (equal (match-string 2 line) "START")
(insert "<div class=\"" (match-string 1 line) "\">\n")