Variable: allout-depth-one-regexp

allout-depth-one-regexp is a buffer-local variable defined in allout.el.gz.

Documentation

Regular expression to match a heading line prefix for depth one.

This var is set according to the user configuration vars by allout-set-regexp. It is prepared with format strings for two decimal numbers, which should each be one less than the depth of the topic prefix to be matched.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   = allout-depth-one-regexp
(defvar-local allout-depth-one-regexp ""
  "Regular expression to match a heading line prefix for depth one.

This var is set according to the user configuration vars by
`allout-set-regexp'.  It is prepared with format strings for two
decimal numbers, which should each be one less than the depth of the
topic prefix to be matched.")