emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgmode 9.x refile not working any longer with ido
@ 2017-07-07 20:11 Jerome Gay
  2017-07-07 20:39 ` Kyle Meyer
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Gay @ 2017-07-07 20:11 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

Hi all,

Apologies in advance as this is my first post here. I'm sharing my problem
with you all after posting to stackoverflow
<https://stackoverflow.com/questions/44957771/emacs-org-mode-9-x-refile-not-working-with-ido>


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

Any suggestion welcome. Thanks in advance.

Cheers /jerome

[-- Attachment #2: Type: text/html, Size: 1433 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: orgmode 9.x refile not working any longer with ido
  2017-07-07 20:11 orgmode 9.x refile not working any longer with ido Jerome Gay
@ 2017-07-07 20:39 ` Kyle Meyer
  2017-07-11 14:54   ` Jerome Gay
  0 siblings, 1 reply; 3+ messages in thread
From: Kyle Meyer @ 2017-07-07 20:39 UTC (permalink / raw)
  To: Jerome Gay, emacs-orgmode

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 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: orgmode 9.x refile not working any longer with ido
  2017-07-07 20:39 ` Kyle Meyer
@ 2017-07-11 14:54   ` Jerome Gay
  0 siblings, 0 replies; 3+ messages in thread
From: Jerome Gay @ 2017-07-11 14:54 UTC (permalink / raw)
  To: Kyle Meyer, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]

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 <kyle@kyleam.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 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
>

[-- Attachment #2: Type: text/html, Size: 2004 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-11 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 20:11 orgmode 9.x refile not working any longer with ido Jerome Gay
2017-07-07 20:39 ` Kyle Meyer
2017-07-11 14:54   ` Jerome Gay

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).