summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-11 12:28:40 +0100
committerBastien <bzg@gnu.org>2020-02-11 12:28:40 +0100
commit9447287521fe9af579ada503e7efc094a3b15f5c (patch)
tree727bbf50d907d411e84711b3f0f25db0a1631a93
parente01b335ee3f8e58ebc9a15fa3bca62a111b86da4 (diff)
parent5acf4d4692a785e1dbaf962b9e6b1188a5ae572a (diff)
downloadorg-mode-9447287521fe9af579ada503e7efc094a3b15f5c.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-latex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 40f1c5c..1361f33 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -2215,9 +2215,9 @@ contextual information."
"\\item"
(cond
((and checkbox tag)
- (format "[{%s %s}] %s" checkbox tag tag-footnotes))
+ (format "{%s %s} %s" checkbox tag tag-footnotes))
((or checkbox tag)
- (format "[{%s}] %s" (or checkbox tag) tag-footnotes))
+ (format "{%s} %s" (or checkbox tag) tag-footnotes))
;; Without a tag or a check-box, if CONTENTS starts with
;; an opening square bracket, add "\relax" to "\item",
;; unless the brackets comes from an initial export