From mboxrd@z Thu Jan 1 00:00:00 1970 From: Friedrich Delgado Friedrichs Subject: org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm)) Date: Wed, 11 Nov 2009 16:36:27 +0100 Message-ID: <20091111153627.GA10349@taupan.ath.cx> Reply-To: friedel@nomaden.org 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 1N8FFL-00017R-79 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 10:36:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8FFG-00014p-9d for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 10:36:34 -0500 Received: from [199.232.76.173] (port=39780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8FFG-00014c-6h for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 10:36:30 -0500 Received: from dudelab.org ([212.12.33.202]:1540 helo=mail.dudelab.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8FFF-0006gV-RX for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 10:36:30 -0500 Received: from abrasax.taupan.ath.cx (p5DE89263.dip.t-dialin.net [93.232.146.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Friedrich Delgado Friedrichs", Issuer "User CA" (verified OK)) by mail.dudelab.org (Postfix) with ESMTP id 4D563228148 for ; Wed, 11 Nov 2009 16:36:56 +0100 (CET) Content-Disposition: inline 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: Emacs-orgmode mailing list I use the following settings to allow me to create new nodes on the fly when refiling: '(org-refile-allow-creating-parent-nodes (quote confirm)) '(org-refile-targets (quote ((org-agenda-files :maxlevel . 5)))) '(org-refile-use-outline-path (quote full-file-path)) (My almost complete settings are in my previous mail to this list today.) Say I have \home\friedel\Org\Someday.org which doesn't contain the node "Foo" yet, so I give "\home\fdf\Org\Someday.org/Foo/" at the "Refile to:" prompt. This just silently fails, it doesn't even produce an error, no message, nothing. (Just "Getting targets...done" when I'm completing the path.) -- Friedrich Delgado Friedrichs TauPan on Ircnet and Freenode ;)