From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Subject: Re: Html and unreadable characters Date: Tue, 01 Dec 2009 13:03:30 +0100 Message-ID: References: <1257111214.8472.2.camel@beteigeuze> 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 1NFRSe-0002pm-DW for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 07:04:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFRSY-0002oI-Pc for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 07:04:02 -0500 Received: from [199.232.76.173] (port=50488 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFRSY-0002oF-KD for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 07:03:58 -0500 Received: from lo.gmane.org ([80.91.229.12]:33716) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFRSY-0008IX-7o for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 07:03:58 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NFRSW-00017J-32 for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 13:03:56 +0100 Received: from 47-118.eduroam.rwth-aachen.de ([134.61.47.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2009 13:03:56 +0100 Received: from andrea.crotti.0 by 47-118.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2009 13:03:56 +0100 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: emacs-orgmode@gnu.org Sebastian writes: > > It seems you use a dark background color in emacs? > > If so, just adjust the CSS style `background-color' for your
 tags
> like this:
>
>
> pre, code.pre
> {
>   background-color:black; /* or #333333 ... */
>   /* ... more styles here ... */
> }
>
>

Yes I am using a dark background, but normally I don't want to see html
output with a dark background.

I'd just like that the colors gets updated to a light color theme, is
that possible?

By the way how do I insert css properties?

I found in 12.6.7 the #+STYLE and the various things I can set, but not
where to insert them.

Simply pasting that in an org buffer and exporting to html doesn't work...