From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: [rfc] org-dired Date: Sun, 12 Nov 2017 16:17:34 +0100 Message-ID: <84bmk7ttkh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDu1C-00056A-Kb for emacs-orgmode@gnu.org; Sun, 12 Nov 2017 10:17:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDu19-0000Z1-5K for emacs-orgmode@gnu.org; Sun, 12 Nov 2017 10:17:54 -0500 Received: from [195.159.176.226] (port=47303 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eDu18-0000WU-G7 for emacs-orgmode@gnu.org; Sun, 12 Nov 2017 10:17:51 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eDu0v-0006qZ-49 for emacs-orgmode@gnu.org; Sun, 12 Nov 2017 16:17:37 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi! org-dired (https://github.com/marcowahl/org-dired) is a experimental little tool to ease attaching files to org subtrees via dired. Actually I use this feature quite often. Up to now org-dired-attach-hardlinked-to-next-best-orgee is the only function available. The flow goes like so Prepare - In a dired buffer mark files or have the cursor on a file. - Have also an org mode window open. - Place the cursor in an orgee. (Orgee is short for org subtree.) Act - M-x org-dired-attach-hardlinked-to-next-best-orgee Enjoy - Find the files attached to the orgee. Feel free to play with the implementation. WDYT? Should something like this enter orgmode? Thanks for your time, Marco