Skip to content

Auto-updating checkbox cookies #81

@ourigen

Description

@ourigen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    core-featureFeature is in orgmode core

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions