Variable: org-html-head-include-default-style

org-html-head-include-default-style is a customizable variable defined in ox-html.el.gz.

Value

t

Documentation

Non-nil means include the default style in exported HTML files.

The actual style is defined in org-html-style-default and should not be modified. Use org-html-head to use your own style information.

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-head-include-default-style t
  "Non-nil means include the default style in exported HTML files.
The actual style is defined in `org-html-style-default' and
should not be modified.  Use `org-html-head' to use your own
style information."
  :group 'org-export-html
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'boolean)