From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: problem with org-refile remains in 5.20 Date: Thu, 7 Feb 2008 08:38:28 +0100 Message-ID: References: <87sl0528jt.fsf@web.de> Mime-Version: 1.0 (Apple Message framework v915) 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 1JN25z-0003Hp-Rr for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JN25y-0003G1-2k for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN25x-0003Fu-TQ for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:57 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JN25x-0008I6-AF for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:57 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JN25w-0003jX-OS for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 03:26:56 -0500 Received: by ug-out-1314.google.com with SMTP id a2so652051ugf.48 for ; Thu, 07 Feb 2008 00:26:56 -0800 (PST) In-Reply-To: <87sl0528jt.fsf@web.de> 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: Jost Burkardt Cc: emacs-org I cannot reproduce this problem anymore, it works fine for me. Could someone else please try? - Carsten On Feb 6, 2008, at 8:23 PM, Jost Burkardt wrote: > Hi, > > org-refile still does not work correctly for me. it seems that the > refiling-bug from 5.19 still remains in 5.20. When refiling the entry > "something to refile to Project/A/Notes" to "Project/A/Notes", > org-refile sitll puts it to "Project/B/Notes" instead to "Project/A/ > Notes" > > > ----- BEGIN TEST.org --- > * Stuff > ** something to refile to Project/A/Notes > * Projects > ** A > *** Notes > ** B > *** Notes > ----- END TEST.org ----- > > -- > Jost