Variable: org-ascii-global-margin

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

Value

0

Documentation

Width of the left margin, in number of characters.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-ascii.el.gz
(defcustom org-ascii-global-margin 0
  "Width of the left margin, in number of characters."
  :group 'org-export-ascii
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'integer)