Function: hsys-consult-org-roam-title
hsys-consult-org-roam-title is an autoloaded, interactive and
byte-compiled function defined in hsys-consult.el.
Signature
(hsys-consult-org-roam-title)
Documentation
Interactively narrow and select Org Roam nodes by title.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-consult.el
;;;###autoload
(defun hsys-consult-org-roam-title ()
"Interactively narrow and select Org Roam nodes by title."
(interactive)
(hsys-consult--org-roam-call-function
(lambda ()
(org-roam-node-find nil nil (lambda (node) (zerop (org-roam-node-level node)))))))