Variable: kimport:star-heading
kimport:star-heading is a variable defined in kimport.el.
Value
"^[ ]*\\(\\*+\\)"
Documentation
Regular expression matching a star outline heading.
The number of stars is given by grouping 1.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kimport.el
(defconst kimport:star-heading "^[ \t]*\\(\\*+\\)"
"Regular expression matching a star outline heading.
The number of stars is given by grouping 1.")