From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Article: Synchronizing org Files Using bzr and git Date: Wed, 4 Mar 2009 15:56:24 +0100 Message-ID: <738F3E55-4E52-49E8-B0AB-F392D4D40D4B@uva.nl> References: <49AD33E0.1070306@manor-farm.org> <49AD7B9E.4010705@advantest-ard.com> <49AE58D8.30301@manor-farm.org> <87ab81uzer.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LesWL-0004PC-M6 for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:56:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LesWK-0004OX-TV for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:56:29 -0500 Received: from [199.232.76.173] (port=57113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LesWK-0004OP-Iv for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:56:28 -0500 Received: from nf-out-0910.google.com ([64.233.182.189]:57591) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LesWK-0001Ny-7M for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:56:28 -0500 Received: by nf-out-0910.google.com with SMTP id b11so445275nfh.26 for ; Wed, 04 Mar 2009 06:56:26 -0800 (PST) In-Reply-To: <87ab81uzer.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode Mailinglist On Mar 4, 2009, at 3:37 PM, Bernt Hansen wrote: > Ian Barton writes: > >> Mark Elston wrote: >>> Just a note. Be careful of the use of colors. For example, >>> you have quoted strings in yellow in section 3.3. This color >>> makes the strings almost invisible on my screen. This makes >>> it hard to read. >>> >>> Also, is there a single-page or pdf version of this material? >>> >> 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. I think this is related to the value of org-export-htmlize-output-type. It should be `inline-css' or `css', seems to me that you have set it to `font'. - Carsten > > > -Bernt > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode