Variable: org-ascii-inlinetask-width
org-ascii-inlinetask-width is a customizable variable defined in
ox-ascii.el.gz.
Value
30
Documentation
Width of inline tasks, in number of characters.
This number ignores any 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-inlinetask-width 30
"Width of inline tasks, in number of characters.
This number ignores any margin."
:group 'org-export-ascii
:version "24.4"
:package-version '(Org . "8.0")
:type 'integer)