From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Html and unreadable characters Date: Thu, 17 Dec 2009 08:38:54 +0100 Message-ID: References: <1257111214.8472.2.camel@beteigeuze> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLAx0-0004GZ-TA for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 02:39:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLAwu-0004F5-UK for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 02:39:05 -0500 Received: from [199.232.76.173] (port=45696 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLAwu-0004Em-7K for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 02:39:00 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:37092) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLAwt-0002Av-MN for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 02:38:59 -0500 Received: by ewy24 with SMTP id 24so1964934ewy.26 for ; Wed, 16 Dec 2009 23:38:58 -0800 (PST) In-Reply-To: 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: andrea Cc: emacs-orgmode@gnu.org On Dec 1, 2009, at 1:03 PM, andrea wrote: > 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...

Hi Andrea, I am having trouble understanding what exactly you have  
tried and what not.

- Carsten