From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Feature request: org-goto hierarchical path completion with ido Date: Tue, 17 Mar 2009 20:11:54 +0100 Message-ID: <08B80BD5-3EB0-4F1F-B09D-988FAA8D0628@uva.nl> References: <87bps0ultw.fsf@it.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ljeho-00028T-Cv for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 15:12:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ljehj-00027K-Le for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 15:12:03 -0400 Received: from [199.232.76.173] (port=33236 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ljehj-00027H-FL for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 15:11:59 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:40154) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ljehj-0008SY-2R for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 15:11:59 -0400 Received: by ewy4 with SMTP id 4so233599ewy.42 for ; Tue, 17 Mar 2009 12:11:57 -0700 (PDT) In-Reply-To: <87bps0ultw.fsf@it.com> 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: news@aleblanc.cotse.netnews@aleblanc.cotse.net Cc: emacs-orgmode@gnu.org Hi Alex (?) On Mar 17, 2009, at 5:59 PM, wrote: > 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? No. You can use ido to complete on the entire path in one go, but not to complete on the steps. > 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). This is `C-u C-c C-w', it uses the refile command interface to go to a location. - Carsten