Re: [O] HTML export, TODO keyword face

2011-10-26 Thread Bastien
Hi Peter, Peter Baranyi writes: > I set up org todo keyword faces like so: > > (setq org-todo-keyword-faces > '(("FAIL" . org-warning) > ("MISSING" . org-warning) > )) > > But at html export, the keywords are green because they are done > states. So additionally I have to set : > > (set

[O] HTML export, TODO keyword face

2011-10-25 Thread Peter Baranyi
Hi, I set up org todo keyword faces like so: (setq org-todo-keyword-faces '(("FAIL" . org-warning) ("MISSING" . org-warning) )) But at html export, the keywords are green because they are done states. So additionally I have to set : (setq org-export-html-style-extra "