Re: [BUG] "Invalid face reference" with org-agenda-deadline-faces

2024-01-10 Thread Ihor Radchenko
[ Adding org-mode mailing list back to CC. Please use "Reply All" or "Wide reply" to keep the discussion public ] Mark Kerr writes: >> Faces that you reference from org-agenda-deadline-faces should exist and >> should be valid faces. However, it does not look like your >> `org-agenda-deadlin

Re: [BUG] "Invalid face reference" with org-agenda-deadline-faces

2024-01-10 Thread Ihor Radchenko
Mark Kerr writes: >> > Invalid face reference: org-agenda-deadline-today [6 times] >> > Invalid face reference: org-agenda-deadline-past [19 times] >> > --- >> >> These two faces have nothing to do with Org mode. Org mode simply does >> not define such faces and never did (I cannot find these fac

Re: [BUG] "Invalid face reference" with org-agenda-deadline-faces

2024-01-10 Thread Ihor Radchenko
Mark Kerr writes: > 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-

[BUG] "Invalid face reference" with org-agenda-deadline-faces

2024-01-10 Thread Mark Kerr
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