Function: hsys-org-agenda-tags

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

Signature

(hsys-org-agenda-tags)

Documentation

On an org-directory tag, use hsys-org-tags-view to list dir 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-org.el
(defun hsys-org-agenda-tags ()
  "On an `org-directory' tag, use `hsys-org-tags-view' to list dir 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-org-get-agenda-tags #'hsys-org-tags-view))