Variable: hyrolo-hdr-prefix-regexp

hyrolo-hdr-prefix-regexp is a variable defined in hyrolo.el.

Value

"^===\\|^@loc> \\|"

Documentation

Regexp to prefix to hyrolo-hdr-and-entry-regexp and outline-regexp.

It must not contain any parenthesized match groupings.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo-hdr-prefix-regexp
  (concat hyrolo-hdr-regexp
	  "\\|^" (if (boundp 'hbut:source-prefix) hbut:source-prefix "@loc> ")
	  "\\|")
  "Regexp to prefix to `hyrolo-hdr-and-entry-regexp' and `outline-regexp'.
It must not contain any parenthesized match groupings.")