emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] advice on ways to quicken refiling..perhaps a hotkey to refile t


From: Oleh
Subject: Re: [O] 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

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 <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]