Hi Marcin Try "C-h v org-todo-keyword-faces".
Michael On Mon, Jun 13, 2011 at 23:29, Marcin Magnus <mag_...@o2.pl> wrote: > I wanted to get 3 types of state in red, in orange and in green, like > http://orgmode.org/ > However I have gone through > http://orgmode.org/manual/Tracking-TODO-state-changes.html and I could not > find it. > I tried: > (setq org-todo-keywords > '((sequence "TODO" "IN_PROGRESS" "|" "DONE" "|" "MAYBE"))) > It does not work as I wanted. > > > (setq org-todo-keywords > '((sequence "TODO" "IN_PROGRESS" "|" "DONE" "MAYBE"))) works > however I have just 2 states (two colours: red and green). > > I use > Ubuntu 10.10 > GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.0) > release_7.5-370-gf089a Org-mode version 7.5 (release_7.5.370.gf089a) > > I hope you can help me.