From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Lumos Subject: Re: Remember and then refile Date: Fri, 18 Jan 2008 14:19:02 -0800 Message-ID: References: <2f1c7d020801070805u5c3f9567uc957c745bbe2e5b3@mail.gmail.com> <2420B6DC-17A1-4E9D-AC75-3F85D31C78F2@science.uva.nl> 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 1JFzYP-0000gr-Md for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 17:19:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFzYO-0000f9-7G for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 17:19:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFzYN-0000ey-RP for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 17:19: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 1JFzYN-000227-Aj for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 17:19:11 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JFzYK-00026Y-AL for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 22:19:08 +0000 Received: from wsip-24-234-106-159.lv.lv.cox.net ([24.234.106.159]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jan 2008 22:19:08 +0000 Received: from steven by wsip-24-234-106-159.lv.lv.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jan 2008 22:19:08 +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 Carsten Dominik writes: > On Jan 18, 2008, at 9:40 PM, Steven Lumos wrote: > >> Carsten Dominik writes: >>> This will be in 5.19. Thanks for the proposal!. >>> >>> - Carsten >> >> Hi. >> >> Have you considered somehow merging the tree selection and minibuffer >> with completion methods so that both are available simultaneously? > > Could you please be more specific? > > Thanks. > > - Carsten Maybe. :-) Currently, C-u C-c C-c in remember uses this "Select a destination location for the note" mode where you navigate the org tree in the usual way and then RET to select a headline. On the other hand, org-refile uses the minibuffer and you type a headline, with completion and history. So recently I've been thinking it should be possible (though only arguably desirable) to allow both of these modes to be active at once, so movement commands would navigate the tree and typing commands would append to the minibuffer. There are key conflicts that need to be worked out, but I think it could be done. For one example, TAB could do completion if there is text in the minibuffer, and tree navigation otherwise. Steve >> >> >> Steve >> >>> On Jan 7, 2008, at 5:05 PM, Hugo Schmitt wrote: >>> >>>> Hello everyone! >>>> >>>> I know Remember allows one to select where we want to file an entry >>>> with C-u C-c C-c, but now that we have org-refile (great!), it would >>>> be really nice to be able to call org-refile after the text is >>>> inserted on it's default place (mine is the Tasks tree on todo.org) >>>> Now, I couldn't find a way to insert this nicely into the code, >>>> since that is done via the remember command. >>>> Any ideas? >>>> >>>> Thanks in advance, >>>> Hugo