emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Html and unreadable characters


From: Sebastian
Subject: Re: [Orgmode] Html and unreadable characters
Date: Sun, 01 Nov 2009 22:33:34 +0100

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





reply via email to

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