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 <zeltakc@gmail.com> 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.