I have the below set in my init file:
---
(setq org-agenda-deadline-faces
'((1.01 . org-agenda-deadline-past)
(1.0 . org-agenda-deadline-today)
(0.9 . org-agenda-deadline-tomorrow)
(0.7 . org-agenda-deadline-soon)
(0.0 . org-agenda-deadline-upcoming)))
---
But the faces are n
On Tue, Dec 13, 2022 at 2:51 AM Ihor Radchenko wrote:
>
> Mark Kerr writes:
>
> > Thank you. I may have been unclear but the result seems to be the
> > opposite of what I was hoping for.
> >
> > I was hoping to be able to gain the ability to use the org-todo f
From: Ihor Radchenko
> [-- Attachment #1: Type: text/plain, Size: 534 bytes --]
>
> Mark Kerr writes:
>
> > The org-todo face is used for todo keywords in non-blocked items.
> >
> > When org-agenda-dim-blocked-tasks is set to true, however, the todo keyword
>
The org-todo face is used for todo keywords in non-blocked items.
When org-agenda-dim-blocked-tasks is set to true, however, the todo keyword
is instead displayed using org-agenda-dimmed-todo-face.
The org-priority face, however, is still used for blocked tasks.
Is this by design or due to an er
tag "now" is removed. Instead, the result is ":now:next:", as
the pre-existing tag is not removed.
I have version 9.2.3
- Mark Kerr