ZelluX <[email protected]> was heard to say: > My current muse configuration uses hard-coded colors, like <span > style="color: > #9290ff;">int</span>. > Could you please tell me how to change it to use CSS style instead? Thanks. >
Ah, waitaminute. We're looking at two different things now. I use CSS for my planner output (planner-mode is built on top of muse). For that I have the following in my .emacs: (setq planner-html-style-sheet "<link href=\"planner-muse.css\" type=\"text/css\" rel=\"stylesheet\">") I reckon that muse-html-style-sheet does the same for plain muse. Obviously you'll need a suitable CSS file in your target HTML directory. hth, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 _______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
