summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Frankel <rick@rickster.com>2014-08-06 10:24:27 -0400
committerRick Frankel <rick@rickster.com>2014-08-06 10:24:27 -0400
commit6fa58b3cc2e1287c895e5fb06a3b5acaf5de3c89 (patch)
treebb22ac74218005845f94e57f4b8e7c409f319e84
parentd44bf92fdcff80516b232507723d2f3226b8b6b4 (diff)
downloadorg-mode-6fa58b3cc2e1287c895e5fb06a3b5acaf5de3c89.tar.gz
Fix html checkbox output.
* lisp/ox-html.el (html): Add missing `:html-checkbox-type' option.
-rw-r--r--lisp/ox-html.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 3b34a84..2a20361 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -129,6 +129,7 @@
(:html-allow-name-attribute-in-anchors
nil nil org-html-allow-name-attribute-in-anchors)
(:html-divs nil nil org-html-divs)
+ (:html-checkbox-type nil nil org-html-checkbox-type)
(:html-extension nil nil org-html-extension)
(:html-footnote-format nil nil org-html-footnote-format)
(:html-footnote-separator nil nil org-html-footnote-separator)