Variable: reftex-toc-max-level

reftex-toc-max-level is a customizable variable defined in reftex-vars.el.gz.

Value

100

Documentation

The maximum level of toc entries which will be included in the TOC.

Section headings with a bigger level will be ignored. In RefTeX, chapters are level 1, sections are level 2 etc. This variable can be changed from within the *toc* buffer with t (reftex-toc-max-level).

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-toc-max-level 100
  "The maximum level of toc entries which will be included in the TOC.
Section headings with a bigger level will be ignored.  In RefTeX, chapters
are level 1, sections are level 2 etc.
This variable can be changed from within the *toc* buffer with \
\\<reftex-toc-mode-map>\\[reftex-toc-max-level]."
  :group 'reftex-table-of-contents-browser
  :type 'integer)