nvim-orgmode / nvim-orgmode/orgmode
Implemenet `:RESET_CHECK_BOXES:`
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.9k
- Forks
- 190
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
Does this feature exist in Emacs orgmode core?
No
Orgmode link
No response
Feature value
I have a daily recurring TODO item called morning routine which has many check boxes.
It has :RESET_CHECK_BOXES: t in :PROPERTIES:. :RESET_CHECK_BOXES: from org-contrib resets every check box after I set the state of the recurring task to DONE.
Since morning routine is essential to my life, without :RESET_CHECK_BOXES:, I can't switch to nvim-orgmode.
I hate programming in emacs lisp, but emacs org-mode does the job for now. org-mode is the only thing I need emacs for.
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, entry point, or test is named. Start by locating existing TODO state-transition and checkbox handling in the Lua plugin, then compare the requested :RESET_CHECK_BOXES: behavior with the org-contrib description. Done means a recurring TODO with this property resets its checkboxes when changed to DONE.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100