From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: orgmode 9.x refile not working any longer with ido Date: Fri, 07 Jul 2017 16:39:14 -0400 Message-ID: <87d19c2d8t.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTa2K-0001Gq-Aa for emacs-orgmode@gnu.org; Fri, 07 Jul 2017 16:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTa2G-0001SO-0b for emacs-orgmode@gnu.org; Fri, 07 Jul 2017 16:39:36 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:52203 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 1dTa23-0001P6-JW for emacs-orgmode@gnu.org; Fri, 07 Jul 2017 16:39:31 -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: Jerome Gay , emacs-orgmode@gnu.org Hello, Jerome Gay writes: > Since I upgraded orgmode to 9.x, refile is no longer working with ido. > According to http://orgmode.org/Changes.html, all options related to ido > and iswitchb have been removed. It also mentions "Instead Org uses regular > functions, e.g., completion-read so as to let those libraries operate." > > However, being a recent vim-user-turned-emacs, I can't find how to setup > ido (including ido-vertical) to work in orgmode 9.x the way it used to work > in 8.x I don't use ido, but I think you're looking for ido-ubiquitous: https://github.com/DarwinAwardWinner/ido-ubiquitous I've quickly tested with (require 'ido-ubiquitous) (ido-ubiquitous-mode 1) and refiling seems to go through ido fine. -- Kyle