From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Refile: refile to any open file. Date: Wed, 13 Aug 2014 17:16:35 -0400 Message-ID: <878umsjdjg.fsf@kyleam.com> References: <83r4xis8ah.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHfuY-0001Nr-Ep for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 17:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHfuT-0003C5-PM for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 17:16:46 -0400 Received: from mail-qc0-f170.google.com ([209.85.216.170]:46109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHfuT-0003By-MS for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 17:16:41 -0400 Received: by mail-qc0-f170.google.com with SMTP id x3so339740qcv.1 for ; Wed, 13 Aug 2014 14:16:40 -0700 (PDT) In-Reply-To: (Isaac's message of "Wed, 13 Aug 2014 20:15:48 +0000 (UTC)") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Isaac Cc: emacs-orgmode@gnu.org Isaac wrote: [...] > Similar to this previous post, I am trying to file orgmode items to > files/buffers currently opened. Some parts of my configuration [1,2] may be close to what you want (or at least give you something to start with). More recently, I've been using a slightly different approach [3] inspired by `dired-dwim-target'. [1] http://kyleam.com/posts/dynamic-org-refile-targets/ [2] https://github.com/kyleam/emacs.d/blob/8ccfbdac75d09cf068348c138fe82787e0e8b809/lisp/init-org.el#L280-313 [3] https://github.com/kyleam/emacs.d/blob/8ccfbdac75d09cf068348c138fe82787e0e8b809/lisp/init-org.el#L256-278