Add customization options for html checkboxes.
commit2c782da8019de4eded3b5686fcfffa51abda1585
authorRick Frankel <rick@rickster.com>
Tue, 3 Dec 2013 19:37:30 +0000 (3 14:37 -0500)
committerRick Frankel <rick@rickster.com>
Thu, 9 Jan 2014 23:04:09 +0000 (9 18:04 -0500)
tree23677a6abe88da219cc01f454631f2234e43c19a
parent36a21d9372727f4ce0627282a75246ddf172fbf8
Add customization options for html checkboxes.

(org-html-checkbox-types): New constant. Contains unicode, ascii and html
checkbox alists.
(org_html_checkbox_type): New customzation variable can be set to one
of the above choices.  Defaults to "ascii"
(org-html-checkbox): Use the appropriate set of checkboxes as
specified in `org-html-checkbox-type'.
lisp/ox-html.el