From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jost Burkardt Subject: BUG: in org-refile Date: Tue, 22 Jan 2008 22:56:40 +0100 Message-ID: <87sl0pwmlj.fsf@web.de> 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 1JHRBe-0003R0-BZ for emacs-orgmode@gnu.org; Tue, 22 Jan 2008 17:01:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHRBc-0003Nb-Em for emacs-orgmode@gnu.org; Tue, 22 Jan 2008 17:01:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHRBc-0003NT-Be for emacs-orgmode@gnu.org; Tue, 22 Jan 2008 17:01:40 -0500 Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHRBb-0002Ir-SC for emacs-orgmode@gnu.org; Tue, 22 Jan 2008 17:01:40 -0500 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi, org-refile seems to have problems, when there are similar headings with similar nams in different trees. I have the following setup ----- BEGIN TEST.org --- * Stuff ** something to refile to Project/A/Notes * Projects ** A *** Notes ** B *** Notes ----- END TEST.org ----- org-refile-targets is set to : ((org-agenda-files :maxlevel . 2) (org-agenda-files :regexp . "Task\\|Notes")) when I put the cursor on the second line ("something ...") and do a refile to TEST.org/Projects/A/Notes ----- BEGIN TEST.org --- * Stuff * Projects ** A *** Notes ** B *** Notes **** something to refile to Project/A/Notes ----- END TEST.org ----- it seems that org-refile is not taking the full path into account. By the way, do you think it would be possible to use org-refile to just to go to a target position - maybe with a prefix C-u (just like org-remember). I very much like the minibuffer-movement-interface, and it would definetly help in finding item's, which were "filed away" :-) I'm on emacs 22.1.1 with org 5.19a. -- Jost