Function: org-html--container
org-html--container is a byte-compiled function defined in
ox-html.el.gz.
Signature
(org-html--container HEADLINE INFO)
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defun org-html--container (headline info)
(or (org-element-property :HTML_CONTAINER headline)
(if (= 1 (org-export-get-relative-level headline info))
(plist-get info :html-container)
"div")))