From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Unexpected behaviour while adding checkboxes Date: Mon, 30 Jan 2012 07:18:22 +0100 Message-ID: <87vcntd72i.fsf@altern.org> References: <87pqe1hpk8.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rrkw1-0003bE-KY for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 01:41:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rrkw0-0007TD-Ii for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 01:41:49 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:65075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rrkw0-0007T0-Ck for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 01:41:48 -0500 Received: by wera13 with SMTP id a13so3512159wer.0 for ; Sun, 29 Jan 2012 22:41:46 -0800 (PST) In-Reply-To: <87pqe1hpk8.fsf@iro.umontreal.ca> (=?iso-8859-1?Q?=22Fran=E7o?= =?iso-8859-1?Q?is?= Pinard"'s message of "Sun, 29 Jan 2012 21:49:59 -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: =?iso-8859-1?Q?Fran=E7ois?= Pinard Cc: emacs-orgmode@gnu.org Hi François, pinard@iro.umontreal.ca (François Pinard) writes: > Given this Org fragment: > > * Essai > - Le > - petit :: chaperon > - rouge > > with the cursor on the "L", command `C-u C-c C-c' yields: > > * Essai > - [ ] Le > - petit :: chaperon > - [ ] rouge > > while I was expecting: > > * Essai > - [ ] Le > - [ ] petit :: chaperon > - [ ] rouge > > Is there a bug, or do I miss something? If you try C-u C-c C-c on the "- petit :: chaperon" item, you will read this message "Cannot add a checkbox to a description list item" So no, there is no bug here. HTH, Ps: I would advise not mixing list types, e.g. not mixing plain list and descriptive list. -- Bastien