diff --git a/lisp/org-html.el b/lisp/org-html.el index 59bfdc350..9e43a8f31 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2467,10 +2467,9 @@ the alist of previous items." (setq body (concat (cond - ((string-match "X" checkbox) "[X] ") - ((string-match " " checkbox) - "[X] ") - (t "[-] ")) + ((string-match "X" checkbox) "[X] ") + ((string-match " " checkbox) "[ ] ") + (t "[-] ")) body))) ;; Return modified line body))