org-attach: Attach files specified in a dired buffer.
commit615b1470315edb7b3fc40c4f34ebe5a3b31c37b1
authorMarco Wahl <marcowahlsoft@gmail.com>
Wed, 15 Nov 2017 10:25:51 +0000 (15 11:25 +0100)
committerMarco Wahl <marcowahlsoft@gmail.com>
Wed, 15 Nov 2017 10:25:51 +0000 (15 11:25 +0100)
treedfff2de475df6711c81b6c77b1ca9c5cc08d95b6
parentc029c4d45dd22da0023217735ded084a8e28f2fa
org-attach: Attach files specified in a dired buffer.

* lisp/org-attach.el (org-attach-attach-files): New.
(org-attach-dired-marked-files-in-dired): New
(org-attach-dired-marked-files-or-file-at-cursor-in-dired): New.
(org-attach-dired-attach-to-next-best-subtree): New command.
(org-attach-dired-attach-to-next-best-subtree-cp): New command.
(org-attach-dired-attach-to-next-best-subtree-mv): New command.
(org-attach-dired-attach-to-next-best-subtree-ln): New command.
(org-attach-dired-attach-to-next-best-subtree-lns): New command.
* testing/lisp/test-org-attach.el: Tests.
lisp/org-attach.el
testing/lisp/test-org-attach.el [new file with mode: 0644]