From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Gay Subject: Re: orgmode 9.x refile not working any longer with ido Date: Tue, 11 Jul 2017 14:54:32 +0000 Message-ID: References: <87d19c2d8t.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1143776439193e05540be1a4" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUwYp-0008UG-Qv for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 10:54:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUwYo-000508-P9 for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 10:54:47 -0400 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]:35425) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUwYo-0004zL-Jb for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 10:54:46 -0400 Received: by mail-it0-x22d.google.com with SMTP id v202so65611344itb.0 for ; Tue, 11 Jul 2017 07:54:44 -0700 (PDT) In-Reply-To: <87d19c2d8t.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 , emacs-orgmode@gnu.org --001a1143776439193e05540be1a4 Content-Type: text/plain; charset="UTF-8" Thanks Kyle, After some fiddling, here is the solution I found that works fine with orgmode 9.x (from https://github.com/DarwinAwardWinner/ido-ubiquitous): (require 'ido-completing-read+) (ido-ubiquitous-mode 1) Now completion works smoothly (using ido-vertical) for refile (and everywhere else too). Cheers /jerome On Fri, Jul 7, 2017 at 10:39 PM Kyle Meyer wrote: > 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 > --001a1143776439193e05540be1a4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks Kyle,

After some fiddling, here = is the solution I found that works fine with orgmode 9.x (from=C2=A0https://github.com= /DarwinAwardWinner/ido-ubiquitous):
(require 'ido-co= mpleting-read+)
(ido-ubiquitous-mode 1)

Now completion works smoothly (using ido-vertical) for refile (and ev= erywhere else too).

Cheers =C2=A0/jerome

=
On Fri, Jul 7, 2017 at 10:39 PM= Kyle Meyer <kyle@k= yleam.com> wrote:
Hello,
Jerome Gay <jeromg= @gmail.com> writes:

> Since I upgraded orgmode to 9.x, refile is no longer working with ido.=
> According to http://orgmode.org/Changes.html, all options re= lated to ido
> and iswitchb have been removed. It also mentions "Instead Org use= s 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-ubiquito= us

I've quickly tested with

=C2=A0 =C2=A0 (require 'ido-ubiquitous)
=C2=A0 =C2=A0 (ido-ubiquitous-mode 1)

and refiling seems to go through ido fine.

--
Kyle
--001a1143776439193e05540be1a4--