From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Lumos Subject: Re: Remember and then refile Date: Fri, 18 Jan 2008 12:40:58 -0800 Message-ID: References: <2f1c7d020801070805u5c3f9567uc957c745bbe2e5b3@mail.gmail.com> 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 1JFy1d-0002o6-Na for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 15:41:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFy1c-0002nu-8K for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 15:41:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFy1c-0002nr-34 for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 15:41:16 -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 1JFy1b-00078f-Lt for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 15:41:15 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JFy1T-0005gy-JX for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 20:41:07 +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 20:41:07 +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 20:41:07 +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: > 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? 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