From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Unexpected behaviour while adding checkboxes Date: Sun, 29 Jan 2012 21:49:59 -0500 Message-ID: <87pqe1hpk8.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]:42931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrhJi-0000lK-SE for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 21:50:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrhJh-0004r7-Py for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 21:50:02 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:50408 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrhJh-0004ql-MO for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 21:50:01 -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. Given this Org fragment: --8<---------------cut here---------------start------------->8--- * Essai - Le - petit :: chaperon - rouge --8<---------------cut here---------------end--------------->8--- with the cursor on the "L", command `C-u C-c C-c' yields: --8<---------------cut here---------------start------------->8--- * Essai - [ ] Le - petit :: chaperon - [ ] rouge --8<---------------cut here---------------end--------------->8--- while I was expecting: --8<---------------cut here---------------start------------->8--- * Essai - [ ] Le - [ ] petit :: chaperon - [ ] rouge --8<---------------cut here---------------end--------------->8--- Is there a bug, or do I miss something? Fran=C3=A7ois P.S. In case it matters, I'm using a recent pull of Org mode.