Variable: org-html-content-class

org-html-content-class is a customizable variable defined in ox-html.el.gz.

Value

"content"

Documentation

CSS class name to use for the top level content wrapper.

Can be set with the in-buffer HTML_CONTENT_CLASS property or for publishing, with :html-content-class.

This variable was added, or its default value changed, in Org version
9.5.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-content-class "content"
  "CSS class name to use for the top level content wrapper.
Can be set with the in-buffer HTML_CONTENT_CLASS property or for
publishing, with :html-content-class."
  :group 'org-export-html
  :version "27.2"
  :package-version '(Org . "9.5")
  :type 'string)