On Tue, 14 Sep 2010 10:05:32 +0200, Rainer M Krug wrote: [...] > The string > > > > is in the html file, but it is not used - the color is hardcoded as > #ffff00: so this has nothing to do with CSS as style specifications can only affect specific tags, not hard-coded style information. The question then becomes one of which particular tool in the chain is generating hard-coded colours and can that tool be configured to do this in a different more general manner? [...] >
plot(
>      res,
>      stages=c(
>        "flower",
>        "parFlower",
>        "gall",
>        "midgeAdult",
>        "grePod",
>        "weavilAdult",
>        "seed"
>        ),
>      plot.type="multiple"
>      )
> 
Which tool generates this pre-formatted code snippet? I'm not up to speed on the whole export tool chain for org unfortunately.