Hello, I'm trying to customize the display of deadlines.
I currently have: --8<---------------cut here---------------start------------->8--- (org-upcoming-deadline ((t (:foreground "white" :background "rgb:E9/A3/6A" :weight bold)))) (org-warning ((t (:foreground "white" :background "rgb:D8/00/00" :weight bold)))) --8<---------------cut here---------------end--------------->8--- in my color-theme, but I would like to have (for example): - red for actions due in the past ("In -2 d.") - orange for actions due today ("Deadline") - green for actions due in the next coming days ("In 3 d.") (DEADLINE <= `org-agenda-skip-deadline-prewarning-if-scheduled') - blue for longer-term deadlines ("In 13 d.") (DEADLINE > `org-agenda-skip-deadline-prewarning-if-scheduled' and DEADLINE <= `org-deadline-warning-days') Is this possible? Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode