Function: org-attach-reveal-in-emacs
org-attach-reveal-in-emacs is an interactive and byte-compiled
function defined in org-attach.el.gz.
Signature
(org-attach-reveal-in-emacs)
Documentation
Show the attachment directory of the current outline node in dired.
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-in-emacs ()
"Show the attachment directory of the current outline node in `dired'.
Will create an attachment and folder if it doesn't exist yet.
Respects `org-attach-preferred-new-method'."
(interactive)
(dired (org-attach-dir-get-create)))