From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Refile not working as desired Date: Tue, 17 Feb 2015 14:34:55 -0500 Message-ID: <87a90cqqlc.fsf@kyleam.com> References: <54E3865D.9020001@xiron.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNnvC-00035R-C4 for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 14:35:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNnv8-0002xi-Iy for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 14:35:02 -0500 Received: from mail-qa0-f51.google.com ([209.85.216.51]:57566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNnv8-0002xT-GL for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 14:34:58 -0500 Received: by mail-qa0-f51.google.com with SMTP id i13so27708863qae.10 for ; Tue, 17 Feb 2015 11:34:58 -0800 (PST) In-Reply-To: <54E3865D.9020001@xiron.de> (Michael Ziems's message of "Tue, 17 Feb 2015 19:20:13 +0100") 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: Michael Ziems Cc: emacs-orgmode@gnu.org 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? -- Kyle