Variable: allout-flattened-numbering-abbreviation
allout-flattened-numbering-abbreviation is a customizable variable
defined in allout.el.gz.
Value
nil
Documentation
If non-nil, allout-flatten-exposed-to-buffer abbreviates topic
numbers to minimal amount with some context. Otherwise, entire
numbers are always used.
This variable was added, or its default value changed, in Emacs 24.1.
Aliases
allout-abbreviate-flattened-numbering (obsolete since 24.1)
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
(defcustom allout-flattened-numbering-abbreviation nil
"If non-nil, `allout-flatten-exposed-to-buffer' abbreviates topic
numbers to minimal amount with some context. Otherwise, entire
numbers are always used."
:version "24.1"
:type 'boolean
:group 'allout)