From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ziems Subject: Re: Refile not working as desired Date: Tue, 17 Feb 2015 20:59:32 +0100 Message-ID: <54E39DA4.8010506@xiron.de> References: <54E3865D.9020001@xiron.de> <87a90cqqlc.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNoJ3-00064D-IZ for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 14:59:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNoIz-0002PN-EZ for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 14:59:41 -0500 Received: from smtp2-2.goneo.de ([85.220.129.34]:60263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNoIz-0002PF-8m for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 14:59:37 -0500 In-Reply-To: <87a90cqqlc.fsf@kyleam.com> 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: Kyle Meyer Cc: emacs-orgmode@gnu.org 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: > 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 reason? > Have your tried :maxlevel instead of :level? >