From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: checkbox bug Date: Fri, 10 Dec 2010 14:20:56 +0100 Message-ID: <83hbelhih3.fsf@yahoo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57002 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PR2tT-00039S-SN for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 08:20:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PR2tT-0007OX-3I for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 08:20:15 -0500 Received: from nm4-vm0.bullet.mail.ukl.yahoo.com ([217.146.183.230]:39970) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PR2tS-0007O6-Qp for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 08:20:15 -0500 In-Reply-To: (Leo's message of "Fri, 10 Dec 2010 12:59:29 +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: Leo Cc: emacs-orgmode@gnu.org, carsten.dominik@gmail.com Leo writes: > I can't seem to toggle (C-c C-c) a checkbox like this: > > - [ ]xyz > > but the following is fine: > > - [ ] xyz > > So the space is significant. Is this a bug? No. You have to leave the space like: - this is a list -this not cheers, Giovanni