org-list: Fix checkbox update with inlinetasks
commita4cc9d82d8069741be64c55f35f9d3ad7e2663d5
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 9 Jun 2015 15:06:17 +0000 (9 17:06 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 9 Jun 2015 15:06:17 +0000 (9 17:06 +0200)
tree770c5d961f932bb2a47398cfc369c2963ea86770
parent2e5981e003a4a47a0a3c3a11b574c9148c83436d
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.

Reported-by: Eric S Fraga <e.fraga@ucl.ac.uk>
<http://permalink.gmane.org/gmane.emacs.orgmode/97594>
lisp/org-list.el
testing/lisp/test-org-list.el