emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Remember and then refile


From: Hugo Schmitt
Subject: Re: [Orgmode] Re: Remember and then refile
Date: Sun, 20 Jan 2008 13:54:21 -0200

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 <address@hidden> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]