Michael Ziems <s...@xiron.de> 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 could try 1. decreasing maxlevel, unless you really refile to levels that deep 2. setting `org-refile-cache' to a non-nil value -- Kyle