Variable: org-open-at-point-functions
org-open-at-point-functions is a variable defined in org.el.gz.
Value
nil
Documentation
Hook that is run when following a link at point.
Functions in this hook must return t if they identify and follow a link at point. If they don't find anything interesting at point, they must return nil.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-open-at-point-functions nil
"Hook that is run when following a link at point.
Functions in this hook must return t if they identify and follow
a link at point. If they don't find anything interesting at point,
they must return nil.")