Variable: org-ascii-text-width
org-ascii-text-width is a customizable variable defined in
ox-ascii.el.gz.
Value
72
Documentation
Maximum width of exported text.
This number includes margin size, as set in
org-ascii-global-margin.
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-text-width 72
"Maximum width of exported text.
This number includes margin size, as set in
`org-ascii-global-margin'."
:group 'org-export-ascii
:version "24.4"
:package-version '(Org . "8.0")
:type 'integer)