nvim-orgmode / nvim-orgmode/orgmode
org-agenda-skip-deadline-prewarning-if-scheduled
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
This org-mode setting hides deadline warnings for tasks that are already scheduled:
https://orgmode.org/manual/Deadlines-and-Scheduling.html
In addition, the agenda for today carries a warning about the approaching or missed deadline, starting org-deadline-warning-days before the due date, and continuing until the entry is marked as done.
...
This warning is deactivated if the task gets scheduled and you set org-agenda-skip-deadline-prewarning-if-scheduled to t.
Feature value
No response
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
Start by reading the existing agenda handling for deadlines and scheduled tasks, then compare its behavior with the linked Org-mode manual section. Implement the missing setting behavior and verify that scheduled tasks no longer show deadline prewarnings when the option is enabled, while unscheduled tasks retain them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100