Variable: reftex-toc-include-labels
reftex-toc-include-labels is a customizable variable defined in
reftex-vars.el.gz.
Value
nil
Documentation
Non-nil means, include labels in *toc* buffer.
This flag can be toggled from within the *toc* buffer with the l key.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-toc-include-labels nil
"Non-nil means, include labels in *toc* buffer.
This flag can be toggled from within the *toc* buffer with the `l' key."
:group 'reftex-table-of-contents-browser
:type 'boolean)