emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-goto not work with ido completion [9.0.5 (9.0.5-elpa @


From: Marco Wahl
Subject: Re: [O] Bug: org-goto not work with ido completion [9.0.5 (9.0.5-elpa @ /Users/lluvio/.emacs.d/elpa/org-20170210/)]
Date: Thu, 30 Mar 2017 23:01:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Mr Lluvio <address@hidden> writes:

> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen.  You don't know how to make a good report?  See
>
>      http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org mailing list.
> ------------------------------------------------------------------------
>
> org-goto with ido work on 8.2.10
>
>   (ido-mode 1)
>   (setq ido-enable-flex-matching t)
>   (setq ido-everywhere t)
>
>   (setq org-outline-path-complete-in-steps nil 
>         org-goto-interface 'outline-path-completion
>
>
>
> Emacs  : GNU Emacs 25.1.1 (x86_64-apple-darwin16.4.0, NS appkit-1504.81 
> Version 10.12.3 (Build 16D32))
> of 2017-03-01
> Package: Org mode version 9.0.5 (9.0.5-elpa @ 
> /Users/lluvio/.emacs.d/elpa/org-20170210/)

When I evaluate

    (ido-mode 1)
    (setq ido-enable-flex-matching t)
    (setq ido-everywhere t)
    (setq org-outline-path-complete-in-steps nil 
          org-goto-interface 'outline-path-completion)

and do

    M-x org-goto 

in an org buffer `org-goto' does its job AFAICT.

I noticed that package 'hyperbole' changes the effect of org-goto
considerably.  See the hooks of `with-output-to-temp-buffer'.


HTH
   Marco




reply via email to

[Prev in Thread] Current Thread [Next in Thread]