Variable: allout-indent
allout-indent is a customizable variable defined in allout.el.gz.
Value
".3cm"
Documentation
LaTeX formatted depth-indent spacing.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ - allout-indent
(defcustom allout-indent ".3cm"
"LaTeX formatted depth-indent spacing."
:type 'string
:group 'allout)