Variable: hywiki--org-todo-regexp
hywiki--org-todo-regexp is a variable defined in hywiki.el.
Value
"\\(\\(?:/root/hywiki/\\*\\.org:\\|DONE\\|No\\|TODO\\|directory\\|file\\|grep:\\|or\\|such\\)\\)"
Documentation
Cache regular and custom Org todo keywords for hywiki-directory.
Call hywiki--org-set-heading-regexp to re-initialize.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar hywiki--org-todo-regexp nil
"Cache regular and custom Org todo keywords for `hywiki-directory'.
Call `hywiki--org-set-heading-regexp' to re-initialize.")