Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-06-11 11:39:37 +02:00
commit 5e35bc1807
1 changed files with 1 additions and 1 deletions

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)))