From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ed Hirgelt Subject: Checkboxes and Blank Lines Date: Thu, 26 Feb 2009 12:56:08 -0800 Message-ID: <6F8E8234-F1B1-459C-903A-08EB12A5A8D4@gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcnHG-0004gH-Id for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 15:56:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcnHE-0004g5-6y for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 15:56:17 -0500 Received: from [199.232.76.173] (port=38000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcnHE-0004g2-1Z for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 15:56:16 -0500 Received: from fk-out-0910.google.com ([209.85.128.189]:61260) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LcnHD-00066g-LG for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 15:56:15 -0500 Received: by fk-out-0910.google.com with SMTP id 19so343522fkr.10 for ; Thu, 26 Feb 2009 12:56:14 -0800 (PST) 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: emacs-orgmode There is a difference in behavior of checkboxes when blank lines are inserted between list items. This is the default, I believe, when using M-Return to create a new list item. The following reproduces the problem. Type C-c# in the Works case and the count is updated to 0/2 (with C-cC-c in the check box it gets updates to 1/2). But in the second the counts get updated to 1. Is this the intent? org-blank-behavior is set to ((heading . auto) (plain-list-item . auto)) Thanks, Ed ------------------------- * Test Case ** TODO Works [/] - [ ] a - [ ] b ** TODO Fails [/] - [ ] a - [ ] b ------------------------