Re: [O] Recovering org-completion-use-ido functionality

2018-09-04 Thread Colin Baxter
Dear Ben > ben lamothe writes: > Thanks for the suggestion. I did try out > `ido-completing-read-plus`, but it's too aggressive for me. It > tries to enable ido *everywhere*, including the interface for > `M-x`. I just want to enable it for org-mode specific > completions.

Re: [O] Recovering org-completion-use-ido functionality

2018-09-04 Thread ben lamothe
Thanks for the suggestion. I did try out `ido-completing-read-plus`, but it's too aggressive for me. It tries to enable ido *everywhere*, including the interface for `M-x`. I just want to enable it for org-mode specific completions. Basically, I want replicate exactly the functionality that was rem

Re: [O] Recovering org-completion-use-ido functionality

2018-09-03 Thread Colin Baxter
> ben lamothe writes: > I've been able to implement the functionality I wanted using a > buffer-local variable in an org-mode hook: >> >> (defun bl/completion-use-ido () "Set the current buffer's >> completing read engine to IDO." (setq-local >> completing-read-funct

Re: [O] Recovering org-completion-use-ido functionality

2018-09-03 Thread Colin Baxter
Dear Ben, > ben lamothe writes: > I've been able to implement the functionality I wanted using a > buffer-local variable in an org-mode hook: >> >> (defun bl/completion-use-ido () "Set the current buffer's >> completing read engine to IDO." (setq-local >> completing

Re: [O] Recovering org-completion-use-ido functionality

2018-09-03 Thread ben lamothe
I've been able to implement the functionality I wanted using a buffer-local variable in an org-mode hook: > > (defun bl/completion-use-ido () > "Set the current buffer's completing read engine to IDO." > (setq-local completing-read-function #'ido-completing-read)) (add-hook 'org-mode-hook 'bl/

[O] Recovering org-completion-use-ido functionality

2018-09-03 Thread ben lamothe
Hi. I see from the org-mode 9.0 changelog that the "org-completion-use-ido" option was removed: > *Remove all options related to ido or iswitchb* > This includes org-completion-use-iswitchb and org-completion-use-ido. > Instead Org uses regular functions, e.g