[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Recovering org-completion-use-ido functionality
From: |
Colin Baxter |
Subject: |
Re: [O] Recovering org-completion-use-ido functionality |
Date: |
Mon, 03 Sep 2018 15:13:51 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Dear Ben,
>>>>> ben lamothe <address@hidden> 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-function #'ido-completing-read))
> (add-hook 'org-mode-hook 'bl/completion-use-ido)
That doesn't work for me
> In any case, I think re-enabling the functionality
> that was removed with the "org-completion-use-ido" function should
> be documented somewhere.
Hear! Hear!
Best wishes,