Variable: org-ascii-quote-margin
org-ascii-quote-margin is a customizable variable defined in
ox-ascii.el.gz.
Value
6
Documentation
Width of margin used for quoting text, in characters.
This margin is applied on both sides of the text. It is also applied on the left side of contents in descriptive lists.
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-quote-margin 6
"Width of margin used for quoting text, in characters.
This margin is applied on both sides of the text. It is also
applied on the left side of contents in descriptive lists."
:group 'org-export-ascii
:version "24.4"
:package-version '(Org . "8.0")
:type 'integer)