From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Navigation via headlines, with completion? Date: Thu, 05 Feb 2009 15:53:09 -0500 Message-ID: <87eiyck3m2.fsf@gollum.intra.norang.ca> References: <87iqnok42z.fsf@gollum.intra.norang.ca> 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 1LVBDp-00032b-OL for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 15:53:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVBDo-00032G-8z for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 15:53:17 -0500 Received: from [199.232.76.173] (port=39038 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVBDo-00032D-6Q for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 15:53:16 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:55823) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LVBDn-0000uS-S1 for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 15:53:15 -0500 In-Reply-To: <87iqnok42z.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Thu\, 05 Feb 2009 15\:43\:00 -0500") 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: mike.buksas@gmail.com Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > Mike Buksas writes: > >> To navigate to a specific header, I'm using org-refile with the prefix >> argument and a :maxlevel entry in org-refile-targets high enough to >> cover the maximum depth of the tree. This gives me a 'flat' view of >> all the headlines in the file with completion. >> >> Am I missing a more natural approach? I'd really like to get top-down >> completion like remember provides when you interactively select a >> filing point, but just for navigation. This is also something like >> org-goto, but with header completion instead of searching against the >> text or physically moving though the file. >> >> Oh, and I'm using 6.10c, would an upgrade make this easier? > > C-c C-j works great for navigating in the current file. > > I use: > > C-c b to get to the file I want > C-c C-j to walk around the tree until I find the entry I want > You can fold/unfold items here with TAB and then RETURN selects > the item the cursor is on. > > Does that help? Bah. Sorry Mike. What I'm using _is_ org-goto. I didn't read your question thoroughly enough. Sorry. -Bernt