Variable: org-list-indent-offset

org-list-indent-offset is a customizable variable defined in org-list.el.gz.

Value

0

Documentation

Additional indentation for sub-items in a list.

By setting this to a small number, usually 1 or 2, one can more clearly distinguish sub-items in a list.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-list.el.gz
(defcustom org-list-indent-offset 0
  "Additional indentation for sub-items in a list.
By setting this to a small number, usually 1 or 2, one can more
clearly distinguish sub-items in a list."
  :group 'org-plain-lists
  :version "24.1"
  :type 'integer)