From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm)) Date: Fri, 20 Nov 2009 09:23:19 +0100 Message-ID: <3C8C2E03-4AA3-47E5-9C61-36E07BF005D5@gmail.com> References: <20091111153627.GA10349@taupan.ath.cx> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBPKN-000673-51 for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 03:58:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBPKI-00062w-M4 for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 03:58:50 -0500 Received: from [199.232.76.173] (port=58817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBPKI-00062n-AK for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 03:58:46 -0500 Received: from mail-fx0-f225.google.com ([209.85.220.225]:60290) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBPKH-0005x3-Tq for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 03:58:46 -0500 Received: by mail-fx0-f225.google.com with SMTP id 25so3573542fxm.26 for ; Fri, 20 Nov 2009 00:58:45 -0800 (PST) In-Reply-To: <20091111153627.GA10349@taupan.ath.cx> 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: friedel@nomaden.org Cc: Emacs-orgmode mailing list Hi Friedrich, this seems to work fine for me. - Carsten On Nov 11, 2009, at 4:36 PM, Friedrich Delgado Friedrichs wrote: > 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 ;) > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten