emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] HTML export, TODO keyword face


From: Peter Baranyi
Subject: [O] HTML export, TODO keyword face
Date: Tue, 25 Oct 2011 14:11:23 +0200

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
 "<style type=\"text/css\">
    <!--/*--><![CDATA[/*><!--*/
.FAIL  { color: red; }
.MISSING   { color: red; }
    /*]]>*/-->
 </style>")

I think the default style should be what is set in org-todo-keyword-faces.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]