From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Cookies on check-boxed plain lists don't get updated Date: Mon, 10 Aug 2015 23:29:49 +0200 Message-ID: <8737zqess2.fsf@nicolasgoaziou.fr> References: <877fp3b94c.fsf@unibas.ch> <87k2t3i7ie.fsf@gmx.us> <87614ncg6p.fsf@unibas.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOucB-0004jm-2Z for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 17:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOucA-0001E5-3r for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 17:28:14 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOuc9-0001Dc-TZ for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 17:28:14 -0400 In-Reply-To: <87614ncg6p.fsf@unibas.ch> (Gerald Wildgruber's message of "Mon, 10 Aug 2015 17:32:30 +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: Gerald Wildgruber Cc: emacs-orgmode@gnu.org, Rasmus Hello, Gerald Wildgruber writes: > Hi Rasmus, > > thanks for your hint, indeed this particular commit changed the > check-box related algorithm; "git log" gives: > > commit a4cc9d82d8069741be64c55f35f9d3ad7e2663d5 > Author: Nicolas Goaziou > Date: Tue Jun 9 17:06:17 2015 +0200 > > org-list: Fix checkbox update with inlinetasks > > * lisp/org-list.el (org-update-checkbox-count): Change algorithm. Use > Element parser. > > * testing/lisp/test-org-list.el (test-org-list/update-checkbox-count): > New test. > > > I then looked at this particular file's git log: > > git log lisp/org-list.el > > and checked out Nicolas' last revision BEFORE his commit on Tue Jun 9: > > git checkout a0c1e490b30cc4c0dd9e9ecdd70c32a52b08a57e lisp/org-list.el > > And indeed: everything works again as expected. > > Nicolas, can you see what caused this regression and can it be fixed? Fixed. Thanks to Rasmus and you. Regards, -- Nicolas Goaziou