danielmagnussons / orgmode

orgmode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
MIT License
753 stars 70 forks source link

Possible bug: Incorrect counting for Todo #60

Open typesanitizer opened 8 years ago

typesanitizer commented 8 years ago

Example:

* Todo [0/3]
  [ ] Hello

* ABC
  [ ] do W

* CDE
  X,Y, happened
  -> [ ] do Z

Behaviour: For [X] Hello, the count updates to [1/3]. For [X] do W or -> [X] do Z, the count does not update. I think that the desirable behaviour would be Todo [0/1] which updates only when [ ] Hello is updated.

danielmagnussons commented 8 years ago

Ah, yes this is not consistent. I guess the count should be "* Todo [0/1]" in this case.