Re: [O] Refile not working as desired

2015-02-17 Thread Kyle Meyer
Michael Ziems wrote: > Awesome :) > > Thank you so much, that was the solution! > > (setq org-refile-use-outline-path 'file) > (setq org-refile-targets '((org-agenda-files :maxlevel . 24))) > > the command ist taking quite a while during "Getting targets" can i > speed this actualy up? You coul

Re: [O] Refile not working as desired

2015-02-17 Thread Michael Ziems
Awesome :) Thank you so much, that was the solution! (setq org-refile-use-outline-path 'file) (setq org-refile-targets '((org-agenda-files :maxlevel . 24))) the command ist taking quite a while during "Getting targets" can i speed this actualy up? Am 17.02.2015 um 20:34 schrieb Kyle Meyer:

Re: [O] Refile not working as desired

2015-02-17 Thread Kyle Meyer
Michael Ziems wrote: [...] > (setq org-refile-use-outline-path 'file) > (setq org-refile-targets '((org-agenda-files :level . 4))) [...] > but ord mode is only allowing me to go exactly to one level deep (i > assume level 4) > but when i leave: [...] > Do you have any idea, what could be the rea