Function: org-attach-follow
org-attach-follow is a byte-compiled function defined in
org-attach.el.gz.
Signature
(org-attach-follow FILE ARG)
Documentation
Open FILE attachment.
See org-open-file for details about ARG.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-attach.el.gz
(defun org-attach-follow (file arg)
"Open FILE attachment.
See `org-open-file' for details about ARG."
(org-link-open-as-file (org-attach-expand file) arg))