From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Feature request: org-goto hierarchical path completion with ido Date: Tue, 17 Mar 2009 16:59:39 +0000 Message-ID: <87bps0ultw.fsf@it.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ljcdv-0003Q1-R1 for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 12:59:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ljcdr-0003L6-WE for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 12:59:55 -0400 Received: from [199.232.76.173] (port=33682 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ljcdr-0003Ku-MA for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 12:59:51 -0400 Received: from main.gmane.org ([80.91.229.2]:36083 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ljcdr-00014X-5N for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 12:59:51 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ljcdq-0002k4-M0 for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 16:59:50 +0000 Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Mar 2009 16:59:50 +0000 Received: from news by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Mar 2009 16:59:50 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, when I set org-outline-path-complete-in-steps to t, I am no longer able to use ido completion. Instead it shows the completion candidates in another buffer. Is there any way to use ido with hierarchical completion? Also, I can specify a list of candidate files to refile to with org-refile-targets. Is it possible to get the same behaviour for org-goto? (i.e. so I can quickly jump to another org file). -- aleblanc