Variable: org-html-html5-fancy
org-html-html5-fancy is a customizable variable defined in
ox-html.el.gz.
Value
nil
Documentation
Non-nil means using new HTML5 elements.
This variable is ignored for anything other than HTML5 export.
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-html5-fancy nil
"Non-nil means using new HTML5 elements.
This variable is ignored for anything other than HTML5 export."
:group 'org-export-html
:version "24.4"
:package-version '(Org . "8.0")
:type 'boolean)