On Thu, 13 May 2010 20:27:27 +0200, Carsten Dominik wrote: > > Hi Sebastian, hi Eric > > take a look at the variable org-agenda-format-date. You can use a [...] > Or you can write your own function to do something fancier, maybe > based on > `org-agenda-format-date-aligned'. [...] Thanks Carsten. This did the job. I modified your function to add a 120 long blank string at the end of the date and set my face as follows (from custom-set-faces): (org-agenda-date ((t (:inherit nil :foreground "black" :background "pale turquoise")))) and I have a clear date separator! Underline would work as well, of course.