From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: C-c C-j Date: Thu, 5 Apr 2007 18:46:43 +0200 Message-ID: <3366a47822e200424bddeeb3887a0229@science.uva.nl> References: <87wt0sardr.fsf@web.de> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZWc9-0002uE-R0 for emacs-orgmode@gnu.org; Thu, 05 Apr 2007 14:23:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZWc6-0002sA-QT for emacs-orgmode@gnu.org; Thu, 05 Apr 2007 14:23:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZWc6-0002s7-JW for emacs-orgmode@gnu.org; Thu, 05 Apr 2007 14:23:14 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZWYh-0007kz-GC for emacs-orgmode@gnu.org; Thu, 05 Apr 2007 14:19:43 -0400 In-Reply-To: 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: Leo Cc: emacs-orgmode@gnu.org On Apr 5, 2007, at 16:08, Leo wrote: > On 2007-04-05, Leo said: > >> I also found C-c C-j convenient. However, it is quite weak when >> navigating through a big file with various levels of subtrees. I >> wonder would it be useful to add the support of navigating subtrees on >> the same level? > > I know C-c C-b and C-c C-f navigate on the same level. I was thinking > of making M- navigate on the same level after hitting C-c > C-j. The keymap for org-goto has many more entries - seems like I never documented this properly. Here is the complete list. Maybe the n - p - f - p - u keys are what you are looking for? TAB org-cycle down outline-next-visible-heading up outline-previous-visible-heading n outline-next-visible-heading p outline-previous-visible-heading f outline-forward-same-level b outline-backward-same-level u outline-up-heading C-c C-n outline-next-visible-heading C-c C-p outline-previous-visible-heading C-c C-f outline-forward-same-level C-c C-b outline-backward-same-level C-c C-u outline-up-heading RET org-goto-ret left org-goto-left right org-goto-right q org-goto-quit C-g org-goto-quit 0-9 digit-argument - Carsten