emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] ido's flex matching in org-refile


From: Carsten Dominik
Subject: Re: [Orgmode] ido's flex matching in org-refile
Date: Fri, 21 Nov 2008 12:34:00 +0100

Hi Rick,

not al completion prompts are affected, because some use special completion functions, for example completing tags.

One that does not is completion for a property name, after `C-c C-x p'. Maybe give
this one a try?

- Carsten

On Nov 21, 2008, at 12:23 PM, Rick Moynihan wrote:

Carsten Dominik wrote:
Hi,
I have applied Erics patch, with two changes:
1. There is an additonal option you need to set:
    `org-completion-use-ido'.
2. For a test period, each prompt using ido completion will be prefixed with "i:", so that we can easily identify areas where using ido's completion may not work well for Org. I'd appreciate if some of your could turn this on and test it extensively. Thanks in advance for testing, and thanks to Samuel and Eric for the implementation.

I've switched on org-completion-use-ido in my .emacs, yet I see no change in behaviour regarding completions. I'm using a bleeding- edge git release of org-mode under GNU Emacs 23.0.60.1 on OS-X. I have ido enabled elsewhere:

(ido-mode t) ;; Use ido-mode for completion
(ido-everywhere t)
(setq ido-enable-flex-matching t)
(setq ido-default-buffer-method 'samewindow)
(setq ido-use-filename-at-point t)


Any ideas what might be wrong?

R.



_______________________________________________
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]