Variable: org-attach-open-hook

org-attach-open-hook is a variable defined in org-attach.el.gz.

Value

(org-attach-git-annex-get-maybe)

Documentation

Hook that is invoked by org-attach-open.

Created mostly to be compatible with org-attach-git after removing git-functionality from this file.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-attach.el.gz
(defvar org-attach-open-hook nil
  "Hook that is invoked by `org-attach-open'.

Created mostly to be compatible with org-attach-git after removing
git-functionality from this file.")