From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Re: Feature request: org-goto hierarchical path completion with ido Date: Wed, 18 Mar 2009 10:48:07 -0600 Message-ID: <86r60uaibc.fsf@pmade.com> References: <87bps0ultw.fsf@it.com> <08B80BD5-3EB0-4F1F-B09D-988FAA8D0628@uva.nl> 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 1LjywW-0004jq-4u for emacs-orgmode@gnu.org; Wed, 18 Mar 2009 12:48:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjywQ-0004jN-PZ for emacs-orgmode@gnu.org; Wed, 18 Mar 2009 12:48:34 -0400 Received: from [199.232.76.173] (port=45433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjywQ-0004jK-Jb for emacs-orgmode@gnu.org; Wed, 18 Mar 2009 12:48:30 -0400 Received: from main.gmane.org ([80.91.229.2]:38986 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 1LjywQ-0004G6-4Y for emacs-orgmode@gnu.org; Wed, 18 Mar 2009 12:48:30 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LjywN-0005Xi-4N for emacs-orgmode@gnu.org; Wed, 18 Mar 2009 16:48:27 +0000 Received: from 75-166-97-107.hlrn.qwest.net ([75.166.97.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Mar 2009 16:48:27 +0000 Received: from mlists by 75-166-97-107.hlrn.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Mar 2009 16:48:27 +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 Carsten Dominik writes: > This is `C-u C-c C-w', it uses the refile command interface > to go to a location. I'm always looking for a faster way to move around my org buffers, so based on what you said above, I tried setting org-refile-targets like so: (setq org-refile-targets '((nil . (:maxlevel . 2)))) And then tried using C-u C-c C-w to move around. Unfortunately, it's not very practical for moving around since if you want to move somewhere in the same tree you get this error: Cannot refile to position inside the tree or region It would really be neat if there was a way to jump to a specific heading, no matter how deep, by just typing a few key strokes. Right now, I'm using C-s to do this, but the idea of having auto-completion is compelling. How about something like this: 1. Using a key binding, you enter a movement mode (ido, mini-buffer) 2. You select the first level heading you want (just like C-c C-w) 3. Point moves to the heading you selected 4. You are prompted for a second level heading 5. Either choose a heading, or do C-g to stay where you are 6. Continue until you get where you want to be Does that sound interesting to anyone? If so, I could put together something for us to play with. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US