Variable: org-ascii-inner-margin

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

Value

2

Documentation

Width of the inner margin, in number of characters.

Inner margin is applied between each headline.

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-inner-margin 2
  "Width of the inner margin, in number of characters.
Inner margin is applied between each headline."
  :group 'org-export-ascii
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'integer)