From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: A bug in org-fix-bullet-type Date: Wed, 17 Mar 2010 12:52:29 +0000 Message-ID: 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 1Nrsjs-0001hj-Fc for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 08:52:44 -0400 Received: from [140.186.70.92] (port=55406 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nrsjr-0001gV-8T for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 08:52:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nrsjp-0000cx-Lx for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 08:52:43 -0400 Received: from lo.gmane.org ([80.91.229.12]:56352) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nrsjp-0000cW-GG for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 08:52:41 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nrsjm-0007qv-1S for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 13:52:38 +0100 Received: from lapwing-gw-1.csx.cam.ac.uk ([131.111.1.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Mar 2010 13:52:38 +0100 Received: from sdl.web by lapwing-gw-1.csx.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Mar 2010 13:52:38 +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 Hello, In an org buffer with the following: 1. one - another one| 2. two 3. tree Place the point at | and M-left, the point will no longer at |. I think this is due to org-fix-bullet-type which restores point position by column. But org-fix-bullet-type could insert different length of text depending on the list item type (ie - or 1. or 1)). Cheers, Leo