From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hugo Schmitt" Subject: Re: Re: Remember and then refile Date: Sun, 20 Jan 2008 13:54:21 -0200 Message-ID: <2f1c7d020801200754v5fd71484g5bc2ad3a3be8dc3a@mail.gmail.com> References: <2f1c7d020801070805u5c3f9567uc957c745bbe2e5b3@mail.gmail.com> <2420B6DC-17A1-4E9D-AC75-3F85D31C78F2@science.uva.nl> <3c12eb8d0801200631h3ce643c9q89dcd7f542d431da@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGcV6-0003xr-MX for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 10:54:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGcV5-0003x4-Q4 for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 10:54:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGcV5-0003wr-LU for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 10:54:23 -0500 Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGcV5-0001nH-GO for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 10:54:23 -0500 Received: by wa-out-1112.google.com with SMTP id k34so3119375wah.10 for ; Sun, 20 Jan 2008 07:54:21 -0800 (PST) In-Reply-To: Content-Disposition: inline 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: Leo Cc: emacs-orgmode@gnu.org I use ido all day, and I find ido-completing-read much nicer/cooler than the default. If anyone wants to try, just change the sexp (completing-read ...) inside org-refile for something like: (if (fboundp 'ido-completing-read) (ido-completing-read "Refile to: " tbl nil t nil 'org-refile-history) (completing-read "Refile to: " tbl nil t nil 'org-refile-history)) ... and the good thing is that ido comes with emacs22. Cheers, Hugo On Jan 20, 2008 12:44 PM, Leo wrote: > On 2008-01-20 14:31 +0000, Piotr Zielinski wrote: > > As for completion, both org-refile and org-goto should work with > > icicles but I haven't tried it extensively yet (icicles provides > > general-purpose extensive completion support for emacs). My main > > point is that I'd rather vote for making org-mode work well with > > otherspecialized modes (eg icicles) than for reimplementing the > > features. > > But the problem with icicles is that it might never be included in > Emacs. > > -- > .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. > > Use the best OS -- http://www.fedoraproject.org/ > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >