From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Re: Article: Synchronizing org Files Using bzr and git Date: Wed, 04 Mar 2009 22:21:11 +0000 Message-ID: <49AEFED7.7090501@manor-farm.org> References: <49AD33E0.1070306@manor-farm.org> <49AD7B9E.4010705@advantest-ard.com> <49AE58D8.30301@manor-farm.org> <87ab81uzer.fsf@gollum.intra.norang.ca> <878wnluyaz.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lf8Z7-00033u-CR for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 03:04:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lf8Z5-00031y-2k for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 03:04:24 -0500 Received: from [199.232.76.173] (port=43272 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lf8Z4-00031u-UL for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 03:04:22 -0500 Received: from mx20.gnu.org ([199.232.41.8]:43564) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lf8Z3-0006FZ-NO for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 03:04:22 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lf8Z2-0002mB-As for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 03:04:20 -0500 Received: from [217.146.125.41] (helo=firewall.banter.local) by a2s22.a2hosting.com with esmtp (Exim 4.69) (envelope-from ) id 1Lf8Yw-0006Ji-At for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 03:04:14 -0500 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id B8D6DCBBB for ; Thu, 5 Mar 2009 08:04:11 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZBtIKAeZnVg5 for ; Thu, 5 Mar 2009 08:04:10 +0000 (GMT) Received: from [192.168.0.60] (scamper.banter.local [192.168.0.60]) by firewall.banter.local (Postfix) with ESMTP id 10900C7B7 for ; Wed, 4 Mar 2009 22:21:12 +0000 (GMT) In-Reply-To: <878wnluyaz.fsf@kassiopeya.MSHEIMNETZ> 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 Mailinglist Sebastian Rose wrote: > Bernt Hansen writes: >>> Mark, >>> Sorry about the yellow I hadn't noticed it. I am trying to fix it, but >>> it seems to be defeating my very limited css skills. The css generated >>> by org is: >>> >>>
>>> *~
>>> 
>>> >>>
>>> bzr add *.org
>>> 
>>> >>> In my stylesheet I am trying things like: >>> >>> pre.src { >>> font-style: bold; >>> color: black; >>> >>> } >>> >>> span.src-emacs-shell {color: black;} >>> >>> However, I can't get the span (which should affect the quoted text) to >>> work. I would appreciate it if someone could point me in the righ >>> direction. >>> >>> Once I have sorted this I will generate a PDF version. >> The span has a hardcoded style element which specifies the colour >> >> "Imported sources." >> >> I don't think you will be able to override that with CSS. You need to >> somehow remove the embedded style from the exported source. > > > M-x customize-variable RET htmlize-output-type > > and set it to `css' or `inline-css'. > > Your setting is `font' > Thanks Sebastien - my setting was already inline-css. I tried switching to css and that has fixed the problem. Ian.