Don't overlook checkboxes in ordered lists when updating statistics cookie
commitf9eb4ee98cb32e310696caa2ae218378f05aedf7
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 8 Jan 2010 07:33:16 +0000 (8 08:33 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 8 Jan 2010 07:33:16 +0000 (8 08:33 +0100)
treee45b851efaaf099c26cc8676181493ba53ea8ce6
parent8a3e6496dee8bfb714293e39a449fc77dff602e8
Don't overlook checkboxes in ordered lists when updating statistics cookie

Manish writes:

> I noticed a small inconsistency.  If you start with following sample
> org file and press C-c C-c in the first cookie, it doesn't get updated
> correctly whereas the second one does.  The only difference is that
> one has children TODO tasks and the other has a list of checkboxes.
>
> Starting file:
>
> --8<---------------cut here---------------start------------->8---
> * Item 1 [/]
>  1. [X] line 1
>  2. [ ] line 2
> * Item 2 [/]
> *** TODO Sub-item 2.1
> *** DONE Sub-item 2.2
> --8<---------------cut here---------------end--------------->8---
>
> Status after C-c C-c in the summary cookie.
>
> --8<---------------cut here---------------start------------->8---
> * Item 1 [0/0]
>  1. [X] line 1
>  2. [ ] line 2
> * Item 2 [1/2]
> *** TODO Sub-item 2.1
> *** DONE Sub-item 2.2
> --8<---------------cut here---------------end--------------->8---
lisp/ChangeLog
lisp/org.el