-
-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
core-featureFeature is in orgmode coreFeature is in orgmode core
Description
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
https://orgmode.org/manual/Checkboxes.html
Feature value
No response
Additional context
Would it be possible to have auto-updating checkbox cookies such that checking off an item in a list updates the progress? More specifically, say I have this task tree:
* My project [/]
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3
Checking off Task 1 by keybind will update the cookie
* My project [1/3] <- cookie updated to number of items in tree
- [x] Task 1
- [ ] Task 2
- [ ] Task 3
And checking off Task 2 will automatically increment the cookie
* My project [2/3] <- number of item completed updated
- [x] Task 1
- [x] Task 2
- [ ] Task 3
gerazov, icew4ll, gaelph, andreadev-it and jgollenz
Metadata
Metadata
Assignees
Labels
core-featureFeature is in orgmode coreFeature is in orgmode core