Variable: org-html-indent
org-html-indent is a customizable variable defined in ox-html.el.gz.
Value
nil
Documentation
Non-nil means to indent the generated HTML.
Warning: non-nil may break indentation of source code blocks.
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-indent nil
"Non-nil means to indent the generated HTML.
Warning: non-nil may break indentation of source code blocks."
:group 'org-export-html
:version "24.4"
:package-version '(Org . "8.0")
:type 'boolean)