(org-id-update-id-locations)
(setq org-id-link-to-org-use-id t)
(setq org-agenda-deadline-leaders '("!D! " "D%02d: " "D-%02d: "))
(setq org-agenda-scheduled-leaders '(" " "S%02d: "))
(setq org-todo-keyword-faces
("TODO" :foreground "medium blue" :weight bold)
("MEET" :foreground "deep sky blue" :weight bold)
("STARTED" :foreground "dark orange" :weight bold)
("WAITING" :foreground "red" :weight bold)
("SOMEDAY" :foreground "dark blue" :weight bold)
("DELEGATED" :foreground "dark orange" :weight bold)
("CANCELED" :foreground "forest green" :weight bold)
("PROJECT" :foreground "#088e8e" :weight bold)))