From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: org-refile refiles items to active clock Date: Wed, 04 Nov 2009 11:34:12 -0500 Message-ID: <87tyxa5jwb.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5ipO-0006Nr-4W for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 11:35:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5ipI-0006KS-M8 for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 11:35:20 -0500 Received: from [199.232.76.173] (port=51603 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5ipI-0006KO-F6 for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 11:35:16 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:46450) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5ipI-0004f9-4V for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 11:35:16 -0500 Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 75F0CBDF3F for ; Wed, 4 Nov 2009 11:35:14 -0500 (EST) Received: from archeee (adsl-99-190-80-144.dsl.klmzmi.sbcglobal.net [99.190.80.144]) by mail.messagingengine.com (Postfix) with ESMTPSA id DF43E4A58E7 for ; Wed, 4 Nov 2009 11:35:13 -0500 (EST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi all, I updated to the most current git version of org this morning and am finding that org-refile simply moves items to currently clocked-in item (at least when that item is in the current file) without offering a prompt for targets. I have not changed anything in my org setup since yesterday, when org-refile worked correctly. Here are my org-refile settings: --8<---------------cut here---------------start------------->8--- (setq org-refile-targets '((org-agenda-files :maxlevel . 2) (nil :maxlevel . 2))) (setq org-goto-interface 'outline-path-completion) (setq org-refile-allow-creating-parent-nodes 'confirm) (setq org-outline-path-complete-in-steps t) (setq org-completion-use-ido nil) (setq org-refile-use-outline-path 'file) --8<---------------cut here---------------end--------------->8--- Thanks, Matt