From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: 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 Message-ID: <844lyah42r.fsf@tm6592> References: <9624E0B6-862E-4FFF-B74E-178AF698C7C0@outlook.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cthD1-0004Tr-4i for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 17:02:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cthCx-0002BC-6r for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 17:02:19 -0400 Received: from [195.159.176.226] (port=55668 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cthCx-0002AL-14 for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 17:02:15 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cthCb-0004Ar-E5 for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 23:01:53 +0200 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: emacs-orgmode@gnu.org Cc: hyperbole-users@gnu.org Mr Lluvio 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