Variable: hpath:outline-section-pattern

hpath:outline-section-pattern is a variable defined in hpath.el.

Value

"^\\(\\*+\\|#\\+TITLE:\\)[      ]+%s[   ]*\\([[<({[:punct:]]+\\|$\\)"

Documentation

Bol-anchored, no leading spaces regexp matching an Emacs outline section header.

Also supports Org '#+TITLE:' lines and headings as sections. Contains a %s for replacement of a specific section name.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defconst hpath:outline-section-pattern "^\\(\\*+\\|#\\+TITLE:\\)[ \t]+%s[ \t]*\\([\[<\({[:punct:]]+\\|$\\)"
  "Bol-anchored, no leading spaces regexp matching an Emacs outline section header.
Also supports Org '#+TITLE:' lines and headings as sections.  Contains a %s
for replacement of a specific section name.")