From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: C-a in lists when org-special-ctrl-a/e Date: Mon, 23 Jan 2012 08:05:27 -0500 Message-ID: <87fwf61sdk.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpJaX-0006Cg-DZ for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 08:05:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpJaS-0005mc-VH for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 08:05:33 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:58938 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpJaS-0005mN-Ry for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 08:05:28 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Org people. This morning, I activated org-special-ctrl-a/e (setting it to "t"). It works as documented on header lines having TODO keywords. On check lists however, I would have expected a corresponding behavior. Currently, on the first C-a, the cursor moves back on the "[" character, while I think it should move after the space following "]". Fran=C3=A7ois