emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]


From: Sebastian Rose
Subject: Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]
Date: Mon, 25 May 2009 20:35:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

"Dirk-Jan C. Binnema" <address@hidden> writes:
> So, the code has all of it's CSS inline -- which is nice because that
> way people who read through aggregators or feed readers also get the
> colors.
>
> *however* the <pre class="src src-emacs-lisp"> expects to find its style
> information in <head>. And that part is not used by RSS / aggregators --
> I am using a dark color theme in my emacs, which is reflect in the
> colors in use for code: the whole <pre> block should
> have a black background, so people can read my light-yellow code...


pre.src
{
  background-color:#000000;
}


should do it.


    Sebastian




reply via email to

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