From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: html export with htmlized code blocks [SOLVED, but...] Date: Mon, 25 May 2009 20:35:07 +0200 Message-ID: <87tz39m3ok.fsf@kassiopeya.MSHEIMNETZ> References: <20090519181956.GD6662@mindcrime> <87skj0c3jq.fsf@stats.ox.ac.uk> <20090519200751.GF6662@mindcrime> <20090525180436.GB6128@mindcrime> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8exZ-00081m-0y for emacs-orgmode@gnu.org; Mon, 25 May 2009 14:31:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8exU-0007wp-FS for emacs-orgmode@gnu.org; Mon, 25 May 2009 14:31:40 -0400 Received: from [199.232.76.173] (port=60728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8exU-0007wm-B3 for emacs-orgmode@gnu.org; Mon, 25 May 2009 14:31:36 -0400 Received: from mail.gmx.net ([213.165.64.20]:46697) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M8exT-0005bm-NZ for emacs-orgmode@gnu.org; Mon, 25 May 2009 14:31:36 -0400 In-Reply-To: <20090525180436.GB6128@mindcrime> (Dirk-Jan C. Binnema's message of "Mon, 25 May 2009 21:04:36 +0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: djcb@djcbsoftware.nl Cc: "emacs-orgmode@gnu.org" "Dirk-Jan C. Binnema" 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
 expects to find its style
> information in . 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 
 block should
> have a black background, so people can read my light-yellow code...


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


should do it.


    Sebastian