ox-html: Fix checkbox customization
commit78e66c7212864ffaa6e93a64c2883e282d106b29
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 10 Jan 2014 08:48:57 +0000 (10 09:48 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 10 Jan 2014 08:52:08 +0000 (10 09:52 +0100)
treec8a60ddd9d5c5bf9ea2ed5428ce9dee89b11a4f7
parent2c782da8019de4eded3b5686fcfffa51abda1585
ox-html: Fix checkbox customization

* lisp/ox-html.el (org-html-checkbox-types): Fix docstring.
(org-html-checkbox-type): Use symbols instead of strings.  It avoids
to rely on `intern' later on.  Modify docstring so its first line
contains only a complete sentence.
(org-html-checkbox): Use `assq' instead of `assoc'.

This fixes 2c782da8019de4eded3b5686fcfffa51abda1585.
lisp/ox-html.el