From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [PATCH] org-agenda tag completion works with ido Date: Thu, 13 Jul 2017 15:19:35 -0400 Message-ID: <87zic8cfg8.fsf@kyleam.com> References: <87bmopdkcy.fsf@kyleam.com> <878tjsdxl4.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVjeI-0005XD-62 for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 15:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVjeD-0004CM-WF for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 15:19:42 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:55824 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVjeD-0004Ba-Qg for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 15:19:37 -0400 In-Reply-To: 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: Nathaniel Flath Cc: org-mode List Nathaniel Flath writes: > Confirmed it's a difference in ido configuration - I'm using > ido-everywhere, not ido-ubiquitous. OK, thanks. So you were just seeing the default Emacs completion rather than ido's. My understanding is that ido-everywhere only adds ido for buffer/file prompts, and so you'll need to use ido-ubiquitous to get ido completion in with Org 9. (Any package that overrides completing-read-function should work, so you can also use helm, ivy, etc). -- Kyle