Function: org-attach-reveal

org-attach-reveal is an interactive and byte-compiled function defined in org-attach.el.gz.

Signature

(org-attach-reveal)

Documentation

Show the attachment directory of the current outline node.

This will attempt to use an external program to show the directory. Will create an attachment and folder if it doesn't exist yet. Respects org-attach-preferred-new-method.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-attach.el.gz
(defun org-attach-reveal ()
  "Show the attachment directory of the current outline node.
This will attempt to use an external program to show the
directory.  Will create an attachment and folder if it doesn't
exist yet.  Respects `org-attach-preferred-new-method'."
  (interactive)
  (org-open-file (org-attach-dir-get-create)))