From mboxrd@z Thu Jan 1 00:00:00 1970 From: E Sabof Subject: Re: Documentation error/bug regarding checkboxes Date: Thu, 13 Feb 2014 07:13:40 +0000 Message-ID: <87eh37zdqz.fsf@gmail.com> References: <87fvnnzfji.fsf@gmail.com> <87ppmrjyyf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDqUd-0002Ec-Uo for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 02:14:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDqUR-0003EW-Fd for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 02:13:55 -0500 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:40794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDqUR-0003EM-8X for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 02:13:43 -0500 Received: by mail-wi0-f169.google.com with SMTP id e4so2824427wiv.0 for ; Wed, 12 Feb 2014 23:13:42 -0800 (PST) In-reply-to: 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: Josiah Schwab Cc: org-mode Josiah Schwab writes: > I just tried C-u C-c C-c on the following list and it worked as documented. > > + foo > + bar > + baz > > I am using the current maint branch. Actually I did it like this: + |foo + bar + baz If I do this instead, it works as you've said: |+ foo + bar + baz I've switch to the maint branch as well, for the purposes of the experiment. Evgeni