Function: smart-tags-org-src-block-p
smart-tags-org-src-block-p is a byte-compiled function defined in
hmouse-tag.el.
Signature
(smart-tags-org-src-block-p)
Documentation
Return non-nil if point is within an Org mode source block.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
(defun smart-tags-org-src-block-p ()
"Return non-nil if point is within an Org mode source block."
(and (featurep 'hsys-org) (hsys-org-mode-p) (org-in-src-block-p t)))