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