Function: org-attach-attach-cp

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

Signature

(org-attach-attach-cp)

Documentation

Attach a file by copying it.

Key Bindings

Source Code

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