danielmagnussons / danielmagnussons/orgmode

Possible bug: Incorrect counting for Todo

Open
#60 1 comment 0 reactions 0 assignees View on GitHub
All Platforms Bug
Dominant language
Python
Stars
753
Forks
70
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or test is named. Start by reproducing the issue's Todo example and trace how checkbox lines contribute to the count; done means only the direct Hello checkbox affects Todo [0/1], while do W and do Z do not change it.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
content
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.