Function: hsys-org-at-tags-p
hsys-org-at-tags-p is a byte-compiled function defined in hsys-org.el.
Signature
(hsys-org-at-tags-p)
Documentation
Return non-nil if point is within a fontified set of Org tags.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-org.el
(defun hsys-org-at-tags-p ()
"Return non-nil if point is within a fontified set of Org tags."
(hproperty:char-property-contains-p (point) 'face 'org-tag))