Mr Lluvio <lluvio0...@outlook.com> 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