Function: hsys-consult-org-roam-grep-tags
hsys-consult-org-roam-grep-tags is an interactive and byte-compiled
function defined in hsys-consult.el.
Signature
(hsys-consult-org-roam-grep-tags)
Documentation
When on an org-roam-directory tag, use consult-grep to list tag matches.
If on a colon, match to sections with all tags around point; otherwise, just match to the single tag around point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-consult.el
(defun hsys-consult-org-roam-grep-tags ()
"When on an `org-roam-directory' tag, use `consult-grep' to list tag matches.
If on a colon, match to sections with all tags around point;
otherwise, just match to the single tag around point."
(interactive)
(hsys-consult-grep-tags #'hsys-org-roam-consult-grep))