nvim-orgmode / nvim-orgmode/orgmode
Support TODO dependencies
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?
Yes
Orgmode link
https://orgmode.org/manual/TODO-dependencies.html
Feature value
No response
Additional context
I have a lot of tasks without deadlines/scheduled times, but they naturally form a kind of dependency hierarchy. Because they don't have an attached time, they don't show up in the agenda view, but only in the List of all TODO entries (<leader>oat); however, this is quite an overwhelming view when dependencies are not accounted for. The documentation says that in the Emacs version, blocked tasks can be dimmed/filtered out.
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 implementation files or tests are named. Start by reading the linked Orgmode TODO dependencies documentation and tracing the code behind the List of all TODO entries command; done should include dependency-aware dimming or filtering of blocked tasks in that view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100