From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Feature suggestion: context sensitive movement Date: Mon, 22 Jun 2009 11:02:41 +0200 Message-ID: <87fxdsod3i.fsf@CPU107.opentrends.net> References: <87bpolske5.fsf@kassiopeya.MSHEIMNETZ> <87iqis4c1z.fsf@CPU107.opentrends.net> <874oucv0lm.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 1MIfRB-0000jk-Jb for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 05:03:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIfR6-0000jY-To for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 05:03:36 -0400 Received: from [199.232.76.173] (port=50301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIfR6-0000jV-RL for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 05:03:32 -0400 Received: from mail-ew0-f220.google.com ([209.85.219.220]:42466) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIfR6-00019M-AO for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 05:03:32 -0400 Received: by ewy20 with SMTP id 20so1253029ewy.42 for ; Mon, 22 Jun 2009 02:03:31 -0700 (PDT) In-Reply-To: <874oucv0lm.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Fri, 19 Jun 2009 09:01:41 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org >>> >>> We now have: >>> >>> >>> C-c C-j - traverse the tree using UP and DOWN >>> C-c C-u - privious >>> C-c C-n - next >>> C-c C-b - previous sibling >>> C-c C-f - next sibling >>> >> >> I miss one key to go back to the current entry's heading (that's outline-back-to-heading). > > C-c C-p > Thanks, that was easy. I had always expected C-c C-u to do this (go to higher level heading), and therefore I didn't find it in C-c C-p.