Trevoke / org-gtd.el

A package for using GTD with org-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functionality to show missed Incubated dates?

lanza opened this issue · comments

e.g. with

* Incubate
** Buy house
:PROPERTIES:
:ID:       Buy-house-2023-07-10-01-51-15
:ORG_GTD_TIMESTAMP: <2023-07-10>
:END:
<2023-07-10>

How can one go about finding that this is missed without manually auditing the todo file? org-gtd-oops doesn't look for this:

https://github.com/Trevoke/org-gtd.el/blob/master/org-gtd-oops.el#L43

and org-gtd-review-stuck-incubated-items is only looking for date-less entries:

https://github.com/Trevoke/org-gtd.el/blob/master/org-gtd-review.el#L133

Previously, I've just used org-agenda-later to find this information, but that seems to break the custom agenda configuration that org-gtd sets up and org-agenda-later followed immediately by org-agenda-earlier shows a blanked out version of the org-gtd-engage agenda:
Before:
image
After:
image

You're totally right, that's completely missing. I thought there was an open feature request for this already but clearly not, so thanks for opening it, and... There's a PR to look at <3