0

Using this code

(defcustom org-agenda-deadline-faces
   '((1.0 . org-warning)
    (0.5 . org-upcoming-deadline)
    (0.0 . org-upcoming-distant-deadline))
  1. How do you replace "org-warning" with a specific color code? What would be the syntax?
  2. I tried to copy paste that into my init, but it gives me a parsing error.
Drew
  • 75,699
  • 9
  • 109
  • 225

0 Answers0