From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cezar Halmagean Subject: C-a on a TODO entry Date: Fri, 13 Jun 2008 17:16:50 -0700 Message-ID: <87lk18swel.fsf@mixandgo.ro> 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 1K7JS2-0007hZ-Gz for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 20:17:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7JS1-0007gU-K1 for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 20:17:01 -0400 Received: from [199.232.76.173] (port=58766 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7JS1-0007gL-9x for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 20:17:01 -0400 Received: from main.gmane.org ([80.91.229.2]:41208 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 1K7JS0-0001gR-SY for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 20:17:01 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K7JRx-0003ya-Lz for emacs-orgmode@gnu.org; Sat, 14 Jun 2008 00:16:57 +0000 Received: from 208.71.158.250 ([208.71.158.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Jun 2008 00:16:57 +0000 Received: from cezar by 208.71.158.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Jun 2008 00:16:57 +0000 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 Hi, I stumbled on a weird behaviour today: If I create a TODO entry like this: ** TODO something to do :myTag: C-a will toggle the pointer possition between beginning of the line and end fo the TODO string, which is cool: ** TODO something to do :myTag: ^ ^ But if I delete the entry title like so: ** TODO :myTag: C-a is "broken" meaning it won't go to the end of the TODO string. Instead it goes to the biginnning of the tag: ** TODO :myTag: ^ ^ Regards, Cezar