From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathaniel Flath Subject: Re: [PATCH] org-agenda tag completion works with ido Date: Thu, 13 Jul 2017 12:52:33 -0700 Message-ID: References: <87bmopdkcy.fsf@kyleam.com> <878tjsdxl4.fsf@kyleam.com> <87zic8cfg8.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVkA7-0000Xy-9i for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 15:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVkA6-0005YE-KW for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 15:52:35 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:33264) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVkA6-0005Y3-F6 for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 15:52:34 -0400 Received: by mail-qk0-x229.google.com with SMTP id a66so45894965qkb.0 for ; Thu, 13 Jul 2017 12:52:34 -0700 (PDT) In-Reply-To: <87zic8cfg8.fsf@kyleam.com> 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: Kyle Meyer Cc: org-mode List I suppose so. I still think this is a correct patch, since it doesn't make sense to filter for non-existent tags. On Thu, Jul 13, 2017 at 12:19 PM, Kyle Meyer wrote: > 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