|
@@ -1594,8 +1594,8 @@ contextual information."
|
|
CONTENTS is the contents of the object. INFO is a plist holding
|
|
CONTENTS is the contents of the object. INFO is a plist holding
|
|
contextual information."
|
|
contextual information."
|
|
(if (org-element-property :use-brackets-p superscript)
|
|
(if (org-element-property :use-brackets-p superscript)
|
|
- (format "_{%s}" contents)
|
|
|
|
- (format "_%s" contents)))
|
|
|
|
|
|
+ (format "^{%s}" contents)
|
|
|
|
+ (format "^%s" contents)))
|
|
|
|
|
|
|
|
|
|
;;;; Strike-through
|
|
;;;; Strike-through
|