Variable: org-ascii-list-margin

org-ascii-list-margin is a customizable variable defined in ox-ascii.el.gz.

Value

0

Documentation

Width of margin used for plain lists, in characters.

This margin applies to top level list only, not to its sub-lists.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-ascii.el.gz
(defcustom org-ascii-list-margin 0
  "Width of margin used for plain lists, in characters.
This margin applies to top level list only, not to its
sub-lists."
  :group 'org-export-ascii
  :version "26.1"
  :package-version '(Org . "8.3")
  :type 'integer)