Am Sonntag, den 25.10.2009, 15:00 +0000 schrieb andrea Crotti:
> When I export to html and there is source code inside sometimes I get 
> unreadable 
> characters,that's because the color is very light and on a white background 
> it 
> disappears.
> 
> How could I solve it?
> Wouldn't be possible to export keeping the emacs theme (like htmlize does)
>  for example?

It seems you use a dark background color in emacs?

If so, just adjust the CSS style `background-color' for your <pre> tags
like this:


pre, code.pre
{
  background-color:black; /* or #333333 ... */
  /* ... more styles here ... */
}


Sebastian



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to