We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa084b5 commit 789a267Copy full SHA for 789a267
lua/orgmode/notifications/init.lua
@@ -91,7 +91,7 @@ function Notifications:get_tasks(time)
91
local tasks = {}
92
for _, orgfile in ipairs(Files.all()) do
93
for _, headline in ipairs(orgfile:get_opened_unfinished_headlines()) do
94
- for _, date in ipairs(headline:get_deadline_and_scheduled_dates()) do
+ for _, date in ipairs(headline:get_valid_dates_for_agenda()) do
95
local reminders = self:_check_reminders(date, time)
96
for _, reminder in ipairs(reminders) do
97
table.insert(tasks, {
0 commit comments