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 <[EMAIL PROTECTED]> 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
>


_______________________________________________
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

Reply via email to