emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Faces for deadlines?


From: Sébastien Vauban
Subject: [Orgmode] Faces for deadlines?
Date: Thu, 29 Apr 2010 12:06:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]