From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: advice on ways to quicken refiling..perhaps a hotkey to refile to specific org file/header? Date: Tue, 4 Mar 2014 16:49:31 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKrb3-0006Nq-RR for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 10:49:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKrb2-00081X-Vm for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 10:49:33 -0500 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:37800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKrb2-00081P-OS for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 10:49:32 -0500 Received: by mail-we0-f173.google.com with SMTP id w61so5158316wes.18 for ; Tue, 04 Mar 2014 07:49:31 -0800 (PST) In-Reply-To: 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: Xebar Saram Cc: org mode I have this in my config, although I don't refile that much lately: (setq org-refile-targets '((nil :maxlevel . 3) (org-agenda-files :maxlevel . 3))) This should give you an ido choice of all headings up to level 3 in all your agenda files as refile targets. Then just give a few headings a unique enough name and you're done. regards, Oleh On Tue, Mar 4, 2014 at 4:43 PM, Xebar Saram wrote: > Hi all > > i find the normal C-c w then manually choosing a file to allocate each > 'capture' pretty slow. i am looking for any advice on workflows you guys > have to make this quicker. > > one thing i was thinking of was maybe assigning a hotkey to do a refile to a > specific note/heading. so ill have 5-6 hotkeys to my most common files to > speed things up, can this be done? if so can anyone show my an example of > such a thing? > > kind regards > > Z.