Function: org-html--html5-fancy-p
org-html--html5-fancy-p is a byte-compiled function defined in
ox-html.el.gz.
Signature
(org-html--html5-fancy-p INFO)
Documentation
Non-nil when exporting to HTML5 with fancy elements.
INFO is the current state of the export process, as a plist.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defun org-html--html5-fancy-p (info)
"Non-nil when exporting to HTML5 with fancy elements.
INFO is the current state of the export process, as a plist."
(and (plist-get info :html-html5-fancy)
(org-html-html5-p info)))