Hi Peter, This is quite an extensive setup. What do you get with only the following options:
(setq org-agenda-files '("~/planning/planning.org" "~/planning/todo.org" "~/planning/notes.org" "~/planning/time-sheet.org") org-agenda-include-diary t org-todo-keywords '((sequence "TODO(t)" "BUSY(b)" "WAITING(w)" "|" "DONE(d)" "CANCELLED(c)" "POSTPONED(p)"))) I think your best bet is to try to isolate which part of your setup is interfering. I would start with the most basic setup and systematically add more until I hit the problem. GL -- Suvayu Open source is the future. It sets us free.