"Loris Bennett" <[email protected]> writes:
> Hi,
>
> Inspired by Bastian's
>
> https://bzg.fr/en/the-zen-of-task-management-with-org/
>
> I have the following in my configuration:
>
> ;; Scheduled/deadlined tasks for this week - check daily!
> (";" "Scheduled/deadline tasks for this week" agenda "Scheduled tasks for
> this week"
> ((org-agenda-span 'week)
> (org-agenda-entry-types '(:scheduled :deadline))
> (org-agenda-use-time-grid nil)
> (org-deadline-warning-days 0)
> (org-agenda-skip-function
> (lambda () (lb/skip-categories '("Routine"))))))
>
> This will show an entry such as
>
> *TODO[[#A]]Get head round Zen of Task Management
> SCHEDULED: <2025-09-11 Thu10:00>>
That should be
* TODO [#A] Get head round Zen of Task Management
SCHEDULED: <2025-09-11 Thu10:00>
>
> but not if I add a warning time, e.g.:
>
> * TODO [#A] Get head round Zen of Task Management
> SCHEDULED: <2025-09-11 Thu10:00 -3d>>
and
* TODO [#A] Get head round Zen of Task Management
SCHEDULED: <2025-09-11 Thu10:00 -3d>
I am using
https://github.com/minad/org-modern
which makes everything look nice in Org buffers but obviously screws up
copy and pasting to other buffers, such as Gnus 😬
> How can I keep individual warning times and still have the above part of
> the agenda show the todo items? Tweaking org-deadline-warning-days
> doesn't seem to make a difference.
>
> Cheers,
>
> Loris
--
This signature is currently under constuction.