Variable: org-follow-link-hook

org-follow-link-hook is a customizable variable defined in org-keys.el.gz.

Value

nil

Documentation

Hook that is run after a link has been followed.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-keys.el.gz
(defcustom org-follow-link-hook nil
  "Hook that is run after a link has been followed."
  :group 'org-link-follow
  :type 'hook)