Variable: allout-number-pages
allout-number-pages is a customizable variable defined in
allout.el.gz.
Value
nil
Documentation
Non-nil turns on page numbering for LaTeX formatting of an outline.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ + LaTeX formatting
;;;_ - allout-number-pages
(defcustom allout-number-pages nil
"Non-nil turns on page numbering for LaTeX formatting of an outline."
:type 'boolean
:group 'allout)