ox-html: Use OPTIONS items instead of keywords for booleans
commit70b9b93feb795bb546c807d0d387f3debef24fb4
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 20 Jun 2013 19:14:57 +0000 (20 21:14 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 21 Jun 2013 17:17:47 +0000 (21 19:17 +0200)
tree0fdb2238dab0cb4338880e2e8e3152c433adfb6e
parente1f0232f3304629a14586171cef481d5b0aaebc5
ox-html: Use OPTIONS items instead of keywords for booleans

* lisp/ox-html.el (html): Replace "HTML_HTML5_FANCY",
  "HTML_INCLUDE_STYLE" and "HTML_INCLUDE_SCRIPTS" with, respectively,
  ":html5-fancy", "html-style" and "html-scripts" options.
(org-html-html5-fancy): Reformat docstring.
* doc/org.texi (HTML doctypes): Reflect keyword removal.
(CSS support): Reflect keyword removal.

The reasoning behind this change is that keywords can only store
strings as value.  Therefore, they are not suited for toggles ("nil"
vs nil problem).
doc/org.texi
lisp/ox-html.el