Variable: org-html-container-element

org-html-container-element is a customizable variable defined in ox-html.el.gz.

Value

"div"

Documentation

HTML element to use for wrapping top level sections.

Can be set with the in-buffer HTML_CONTAINER property or for publishing, with :html-container.

Note that changing the default will prevent you from using org-info.js for your website.

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-container-element "div"
  "HTML element to use for wrapping top level sections.
Can be set with the in-buffer HTML_CONTAINER property or for
publishing, with :html-container.

Note that changing the default will prevent you from using
org-info.js for your website."
  :group 'org-export-html
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'string)