From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mode version 5.03 Date: Fri, 13 Jul 2007 18:13:50 +0200 Message-ID: <3ca20c620905d3810007340684880a98@science.uva.nl> References: 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 1I9NmI-0005P7-5o for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 12:13:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9NmF-0005Oh-TO for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 12:13:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9NmF-0005Oe-Og for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 12:13:55 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9NmF-0006Hr-A9 for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 12:13:55 -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: Scott Jaderholm Cc: emacs-orgmode@gnu.org On Jul 13, 2007, at 17:22, Scott Jaderholm wrote: > On 7/13/07, Carsten Dominik wrote: >> - When the variable `org-special-ctrl-a/e' is set, C-e in a >> headline first goes to the end of the headline ignoring the >> tags. A second C-e then goes to after the tags. Thanks >> to Scott Jaderholm for this idea. > > Carsten, thanks for the quick implementation. There are a couple of > issues however: > - Running Emacs 22.0.95, if I have org-special-ctrl-a set to t, I > don't get the special ctrl-e behavior. And I guess also no special C-a behavior? Maybe the alias has to be defined before it set, I don't know. Everyone, just switch to the new variable, to be on the safe side. > - If I have org-special-ctrl-a/e set, then Ctrl-e works fine if there > is a tag, but if there isn't a tag C-e takes you to the beginning of > the line. Bummer. This is fixed in 5.03b, already up both in CVS and on my website. Thanks for the fast report! - Carsten