Function: org--ctags-set-org-mark-before-finding-tag
org--ctags-set-org-mark-before-finding-tag is a byte-compiled function
defined in org-ctags.el.gz.
Signature
(org--ctags-set-org-mark-before-finding-tag &rest _)
Documentation
Before trying to find a tag, save our current position on org mark ring.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-ctags.el.gz
(defun org--ctags-set-org-mark-before-finding-tag (&rest _)
"Before trying to find a tag, save our current position on org mark ring."
(save-excursion
(when (and (derived-mode-p 'org-mode) org-ctags-enabled-p)
(org-mark-ring-push))))