summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Carlson <hacker@abutilize.com>2020-02-11 12:28:02 +0100
committerBastien <bzg@gnu.org>2020-02-11 12:28:02 +0100
commit5acf4d4692a785e1dbaf962b9e6b1188a5ae572a (patch)
tree06b4b6c6f34ec2e45ff547a4fd0b372dcf61faf1
parent749c08c263ff7a77c4a88b38b24bd98c8ad2dff6 (diff)
downloadorg-mode-5acf4d46.tar.gz
ox-latex.el: Fix the display of checkbox items
* lisp/ox-latex.el (org-latex-item): Fix the display of checkbox items. TINYCHANGE
-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 626dbe3..46983bf 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -2209,9 +2209,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