Function: hsys-org-roam-agenda-tags

hsys-org-roam-agenda-tags is an interactive and byte-compiled function defined in hsys-org.el.

Signature

(hsys-org-roam-agenda-tags)

Documentation

On an org-roam-directory tag, use hsys-org-roam-tags-view to list 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-org.el
(defun hsys-org-roam-agenda-tags ()
  "On an `org-roam-directory' tag, use `hsys-org-roam-tags-view' to list matches.
If on a colon, match to sections with all tags around point;
otherwise, just match to the single tag around point."
  (interactive)
  (hsys-org-get-agenda-tags #'hsys-org-roam-tags-view))