From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: Re: Recovering org-completion-use-ido functionality Date: Mon, 03 Sep 2018 15:13:51 +0100 Message-ID: <87h8j6llcw.fsf@yandex.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwpc7-0000Z4-IP for emacs-orgmode@gnu.org; Mon, 03 Sep 2018 10:14:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwpc6-0007fI-Lz for emacs-orgmode@gnu.org; Mon, 03 Sep 2018 10:13:59 -0400 Received: from forward104j.mail.yandex.net ([2a02:6b8:0:801:2::107]:33688) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fwpc6-0007eI-9V for emacs-orgmode@gnu.org; Mon, 03 Sep 2018 10:13:58 -0400 In-Reply-To: (ben lamothe's message of "Sat, 25 Aug 2018 09:01:07 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: ben lamothe Cc: emacs-orgmode@gnu.org 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-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,