0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-06-11 11:39:37 +02:00
commit 5e35bc1807

View file

@ -1380,7 +1380,7 @@ as a communication channel."
(type (org-element-property :type special-block)))
(format "@%s%s\n%s@end %s"
type
(if opt (concat " " opt) opt)
(if opt (concat " " opt) "")
(or contents "")
type)))