Function: org-attach-attach-mv

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

Signature

(org-attach-attach-mv)

Documentation

Attach a file by moving (renaming) it.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-attach.el.gz
(defun org-attach-attach-mv ()
  "Attach a file by moving (renaming) it."
  (interactive)
  (let ((org-attach-method 'mv)) (call-interactively 'org-attach-attach)))