Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bug: Incorrect counting for Todo #60

Open
typesanitizer opened this issue Jan 26, 2016 · 1 comment
Open

Possible bug: Incorrect counting for Todo #60

typesanitizer opened this issue Jan 26, 2016 · 1 comment

Comments

@typesanitizer
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants