From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: Beginning of headline, after * Date: Fri, 16 Mar 2007 09:03:18 +0000 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 1HS8Md-0000Zf-17 for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 05:04:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HS8Mc-0000YB-20 for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 05:04:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HS8Mb-0000Xq-TN for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 04:04:41 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HS8LV-0005lz-Cu for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 05:03:33 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HS8LP-0008LL-HA for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 10:03:27 +0100 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Mar 2007 10:03:27 +0100 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Mar 2007 10:03:27 +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: emacs-orgmode@gnu.org On 2007-03-16, Leo said: > On 2007-03-16, Scott Jaderholm said: > >> Hi, >> >> I was reading the EmacsWiki and saw a shortcut M-m which takes you >> to the beginning of an indented line and I was wondering, is there >> a shortcut in org-mode to go to the beginning of a heading (second >> space after the last *)? If not, should M-m do this in org-mode? >> >> --Scott > > If this feature to implement at all, I would suggest C-c > M-m. Overriding a global key binding can be inconvenient. I just came up with a better solution. When cursor is on a headline but not at the beginning of the heading, C-a move it to the beginning. *** An example h | |<---------+ first C-a | |<--+ second C-a You can find a similar behavior in many other modes such as message-mode. -- Leo (GPG Key: 9283AA3F)