Fix the org-html-checkbox error.

This commit is contained in:
Yujie Wen 2018-07-18 00:00:25 +08:00
parent 6052357f26
commit f48077a11b
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ Use the previous section tag as the tag of the split section. "
(let ((attr-html (cond (attributes (format " %s" (org-html--make-attribute-string attributes)))
(checkbox (format " class=\"%s\"" (symbol-name checkbox)))
(t "")))
(checkbox (concat (org-html-checkbox checkbox)
(checkbox (concat (org-html-checkbox checkbox info)
(and checkbox " ")))
(br (org-html-close-tag "br" nil info)))
(concat