From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ziems Subject: Refile not working as desired Date: Tue, 17 Feb 2015 19:20:13 +0100 Message-ID: <54E3865D.9020001@xiron.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNmkz-00037f-2l for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 13:20:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNmkv-0005Gq-Td for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 13:20:25 -0500 Received: from smtp2-2.goneo.de ([85.220.129.34]:41773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNmkv-0005Ec-NV for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 13:20:21 -0500 Received: from localhost (localhost [127.0.0.1]) by smtp2.goneo.de (Postfix) with ESMTP id 4B34D23F0C1 for ; Tue, 17 Feb 2015 19:20:17 +0100 (CET) Received: from smtp2.goneo.de ([127.0.0.1]) by localhost (smtp2.goneo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5V11WT0dBLSN for ; Tue, 17 Feb 2015 19:20:16 +0100 (CET) Received: from [192.168.1.89] (x2f7d96b.dyn.telefonica.de [2.247.217.107]) by smtp2.goneo.de (Postfix) with ESMTPSA id 8E9C523F034 for ; Tue, 17 Feb 2015 19:20:16 +0100 (CET) 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: emacs-orgmode@gnu.org Hello, i am using the following in my .emacs: (setq org-refile-use-outline-path 'file) (setq org-refile-targets '((org-agenda-files :level . 4))) i would now like to drop a certain headline when pressing C-c C-w anywhere: maybe directly in: work.org as first headline work.org/routine/customerABC/ or maybe work.org/routine/customerABC/Calls/meeting20150217/notes/whatever but ord mode is only allowing me to go exactly to one level deep (i assume level 4) but when i leave: (setq org-refile-targets '((org-agenda-files :level . 4))) out it is still not allowing it. Do you have any idea, what could be the reason?