From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Outline cycling does not preserve point's position Date: Wed, 11 Sep 2013 09:27:33 +0530 Message-ID: <87ob80ko2a.fsf@gmail.com> References: <868uz8sufg.fsf@somewhere.org> <86vc2cqvnb.fsf@somewhere.org> <86y57676t1.fsf@somewhere.org> <89E7FDB6-0F5A-4362-959C-C4B9844A235C@gmail.com> <86txhu7696.fsf@somewhere.org> <0A62C6DE-B3AD-458A-9AB4-92B61A6D3D63@gmail.com> <86ppsi75st.fsf@somewhere.org> <87eh8yo0el.fsf@bzg.ath.cx> <87li365ixg.fsf@gmail.com> <87d2oi57fg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJbWi-000262-0x for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 23:55:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJbWZ-0005Vk-V3 for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 23:55:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:43823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJbWZ-0005Uf-Nr for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 23:55:27 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VJbWX-0006Bx-Ca for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 05:55:25 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Bastien , public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org, Sebastien Vauban , Carsten Dominik Nicolas Goaziou writes: > It's a Sexp motion. Good opportunity to review the following bindings. C-c C-^ org-up-element C-c C-_ org-down-element ---------------------------------------------------------------- Btw, C-M-p and C-M-n actually traverses the various org-links, footnotes and timestamps (This is not definitely intended. But could be useful.) C-M-n is easier to type than C-c C-x C-n. ---------------------------------------------------------------- I am confused about the subtle difference between C-M-f and C-M-p and likewise for their backward counterparts. ---------------------------------------------------------------- Hmmm... Object traversal. Now there should be a way to move between objects: Move to the next object of the same type the cursor is on. ----------------------------------------------------------------