From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jose A. Ortega Ruiz" Subject: org-refile Date: Sun, 02 Dec 2007 21:19:53 +0100 Message-ID: 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 1IywT4-00071s-2e for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 16:35:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IywT2-0006yW-2v for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 16:35:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IywT1-0006xr-Go for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 16:35:11 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IywT1-00059B-1F for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 16:35:11 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IywSs-0000xK-OR for emacs-orgmode@gnu.org; Sun, 02 Dec 2007 21:35:02 +0000 Received: from 216.239.33.8 ([216.239.33.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Dec 2007 21:35:02 +0000 Received: from jao by 216.239.33.8 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Dec 2007 21:35:02 +0000 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@gnu.org Hi. I'm very happy with the new org-refile, but the current way of specifying the target node is, IMHO, not as convenient as it could be. For instance, if i specify levels up to, say, 2 as targets, and have duplicated headlines at said level: * Project A ** Tasks ** Resources * Project B ** Tasks ** Resources the completion shows only the first occurrence of 'Tasks' and 'Resources'. What i do now is giving them different names, but it's a bit artificial: * Project A ** Project A tasks ** Project A resources * Project B ** Project B tasks ** Project B resources For situations like this one, it would help a lot having the option of interactively selecting the target node in the same way as one selects it after invoking org-remember. A second option would be to have completion for all headlines in a hierarchical way, navigating the outline tree at the mini-buffer prompt as if one where navigating a file tree after C-xC-f. Finally, a (quick?) workaround would be to show the target names as 'full-paths', e.g. Project A/Tasks, Project B/Tasks in the first example above. What do you think? Regards, jao P.D. I've looked a bit at org.el to try to implement this myself, but unfortunately my time is right now too short for the amount of code involved :-(.