Variable: org-ctags--open-link-functions-list
org-ctags--open-link-functions-list is a variable defined in
org-ctags.el.gz.
Value
(org-ctags-find-tag org-ctags-ask-rebuild-tags-file-then-find-tag
org-ctags-rebuild-tags-file-then-find-tag
org-ctags-ask-append-topic org-ctags-append-topic
org-ctags-ask-visit-buffer-or-file
org-ctags-visit-buffer-or-file
org-ctags-fail-silently)
Documentation
Options for org-open-link-functions.
Ensure that the user option and unload-feature
use the same set of functions.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-ctags.el.gz
(defconst org-ctags--open-link-functions-list
(list
#'org-ctags-find-tag
#'org-ctags-ask-rebuild-tags-file-then-find-tag
#'org-ctags-rebuild-tags-file-then-find-tag
#'org-ctags-ask-append-topic
#'org-ctags-append-topic
#'org-ctags-ask-visit-buffer-or-file
#'org-ctags-visit-buffer-or-file
#'org-ctags-fail-silently)
"Options for `org-open-link-functions'.
Ensure that the user option and `unload-feature'
use the same set of functions.")