I'm using org-mode 7.8.11 with Emacs 24.1.1 and I want to change the colors used to display agenda lines, so that e. g. all lines with priority "A" are shown in red bold font.
I tried to change the variable org-priority-faces but it has no effect:
org-priority-faces is a variable defined in `org-faces.el'.
Its value is (("A" :foreground "#E01B4C" :weight bold)
("B" :foreground "#1739BF")
("#C" :foreground "#575757"))
What am I doing wrong? Could other configurations overwrite this new setting?