From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Cookies on check-boxed plain lists don't get updated Date: Mon, 10 Aug 2015 15:43:21 +0200 Message-ID: <87k2t3i7ie.fsf@gmx.us> References: <877fp3b94c.fsf@unibas.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOnMS-0007LA-J3 for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 09:43:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOnMO-0007PG-He for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 09:43:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:39234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOnMO-0007PA-AS for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 09:43:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZOnMM-0005zH-W3 for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 15:43:27 +0200 Received: from ip5b4025d5.dynamic.kabel-deutschland.de ([91.64.37.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Aug 2015 15:43:26 +0200 Received: from rasmus by ip5b4025d5.dynamic.kabel-deutschland.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Aug 2015 15:43:26 +0200 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: emacs-orgmode@gnu.org Hi, I can reproduce. Gerald Wildgruber writes: > ===================================== > > * TODO Heading [0/3] > > - [ ] entry 1 > - [ ] entry 2 [0/0] > - [ ] sub-entry 1 > - [ ] sub-entry 2 > - [ ] sub-entry 3 > - [ ] entry 3 > > ===================================== I don't have time to attempt to fix it now, but it's introduced in a4cc9d82d8069741be64c55f35f9d3ad7e2663d5 if my git bisect foo is correct. My guess would be that container goes too far back: + (container + (org-element-lineage + context + '(drawer center-block dynamic-block inlinetask plain-list + quote-block special-block verse-block)) plain-list also includes entry 1, but it should only consider the sublist starting with entry 2. Rasmus -- One thing that is clear: it's all down hill from here