Re: [O] orgmode 9.x refile not working any longer with ido

2017-07-11 Thread Jerome Gay
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

Re: [O] orgmode 9.x refile not working any longer with ido

2017-07-07 Thread Kyle Meyer
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.,

[O] orgmode 9.x refile not working any longer with ido

2017-07-07 Thread Jerome Gay
Hi all, Apologies in advance as this is my first post here. I'm sharing my problem with you all after posting to stackoverflow Since I upgraded orgmode to 9.x, refile is no longer working with ido.