From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Feature suggestion: context sensitive movement Date: Thu, 18 Jun 2009 07:02:37 -0500 Message-ID: References: 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 1MHGKP-0001qW-1K for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 08:02:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHGKH-0001pF-Ln for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 08:02:45 -0400 Received: from [199.232.76.173] (port=57933 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHGKG-0001p1-NW for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 08:02:41 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:43947) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHGKG-00005K-8m for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 08:02:40 -0400 In-Reply-To: (Rick Moynihan's message of "Thu\, 18 Jun 2009 12\:10\:53 +0100") 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: Rick Moynihan Cc: emacs-orgmode@gnu.org Hi Rick, Rick Moynihan writes: > I was just thinking that often I want to jump around items in org-mode > more quickly than I do at present, depending on the context of the > point. > > e.g. > > * Foo > blah blah blah > * Bar | > blah blah blah > * Baz > > Assuming the point is located at | I might want to quickly jump to > previous headings by pushing CTRL-/. For navigating headlines, I use C-c C-n (outline-next-visible-heading), C-c C-p (outline-previous-visible-heading). There are other commands available as well (see the menu entry Org --> Navigate Headings). I'm not aware of context detection related to such movement. Regards, Matt