Function: hsys-org-hywiki-agenda-tags
hsys-org-hywiki-agenda-tags is an interactive and byte-compiled
function defined in hsys-org.el.
Signature
(hsys-org-hywiki-agenda-tags)
Documentation
When on a HyWiki tag, use hywiki-tags-view to list all HyWiki 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-hywiki-agenda-tags ()
"When on a HyWiki tag, use `hywiki-tags-view' to list all HyWiki 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 #'hywiki-tags-view))