From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Checkboxes and Blank Lines Date: Thu, 26 Feb 2009 22:31:11 +0100 Message-ID: References: <6F8E8234-F1B1-459C-903A-08EB12A5A8D4@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LcnpB-0001it-Qg for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 16:31:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcnpA-0001hZ-Pm for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 16:31:21 -0500 Received: from [199.232.76.173] (port=36107 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcnpA-0001hD-J4 for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 16:31:20 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:57468) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LcnpA-0003W1-0p for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 16:31:20 -0500 Received: by fg-out-1718.google.com with SMTP id l27so516074fgb.30 for ; Thu, 26 Feb 2009 13:31:18 -0800 (PST) In-Reply-To: <6F8E8234-F1B1-459C-903A-08EB12A5A8D4@gmail.com> 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: Ed Hirgelt Cc: emacs-orgmode Hi Ed, looks like you have set `org-empty-line-terminates-plain-list'. Maybe I should never insert an empty line in lists if this is set... ... OK, I changed this. Thank you for the report. - Carsten On Feb 26, 2009, at 9:56 PM, Ed Hirgelt wrote: > 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 > > > ------------------------ > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode