0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 09:16:27 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2012-08-29 20:19:47 +02:00
commit 3b792443c1

View file

@ -2617,7 +2617,7 @@ holding contextual information."
(let ((type (downcase (org-element-property :type special-block))))
(org-e-html--wrap-label
special-block
(format "\\begin{%s}\n%s\\end{%s}" type contents type))))
(format "<div class=\"%s\">\n%s\n</div>" type contents))))
;;;; Src Block