Variable: hywiki--org-heading-regexp
hywiki--org-heading-regexp is a variable defined in hywiki.el.
Value
"^\\(\\*+[ ]+\\)?\\(?:\\(\\(?:/root/hywiki/\\*\\.org:\\|DONE\\|No\\|TODO\\|directory\\|file\\|grep:\\|or\\|such\\)\\)\\)?\\(?:[ ]*\\(\\[#.\\]\\)\\)?\\(?:[ ]*\\(.*?\\)\\)??\\(?:[ ]*\\(:[[:alnum:]_@#%:]+:\\)\\)?[ ]*$"
Documentation
Cache standard org-complex-heading-regexp value.
Group 4 is the title. Call hywiki--org-set-heading-regexp
to re-initialize.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar hywiki--org-heading-regexp nil
"Cache standard `org-complex-heading-regexp' value.
Group 4 is the title. Call `hywiki--org-set-heading-regexp'
to re-initialize.")