From mboxrd@z Thu Jan  1 00:00:00 1970
From: Ian Barton <lists@manor-farm.org>
Subject: Re: Article: Synchronizing org Files Using bzr and git
Date: Wed, 04 Mar 2009 10:32:56 +0000
Message-ID: <49AE58D8.30301@manor-farm.org>
References: <49AD33E0.1070306@manor-farm.org>
	<49AD7B9E.4010705@advantest-ard.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1LeruP-0000uk-AM
	for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:17:17 -0500
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1LeruN-0000tH-Gw
	for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:17:16 -0500
Received: from [199.232.76.173] (port=51030 helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1LeruN-0000tE-E8
	for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:17:15 -0500
Received: from a2s22.a2hosting.com ([69.39.86.130]:55024)
	by monty-python.gnu.org with esmtps
	(TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60)
	(envelope-from <lists@manor-farm.org>) id 1LeruN-0004Nh-5k
	for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:17:15 -0500
Received: from [217.146.125.41] (helo=firewall.banter.local)
	by a2s22.a2hosting.com with esmtp (Exim 4.69)
	(envelope-from <lists@manor-farm.org>) id 1LeruI-0006mT-LN
	for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 09:17:10 -0500
Received: from localhost (localhost [127.0.0.1])
	by firewall.banter.local (Postfix) with ESMTP id 0C3D2C0B8
	for <emacs-orgmode@gnu.org>; Wed,  4 Mar 2009 14:17:08 +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 lcG7+Irduxkx for <emacs-orgmode@gnu.org>;
	Wed,  4 Mar 2009 14:17:07 +0000 (GMT)
Received: from [192.168.0.60] (scamper.banter.local [192.168.0.60])
	by firewall.banter.local (Postfix) with ESMTP id B672CE0FD
	for <emacs-orgmode@gnu.org>; Wed,  4 Mar 2009 10:32:56 +0000 (GMT)
In-Reply-To: <49AD7B9E.4010705@advantest-ard.com>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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 <emacs-orgmode@gnu.org>

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:

<pre class="src src-emacs-shell">
*~
</pre>

<pre class="src src-emacs-shell">
bzr add *.org
</pre>

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.

Ian.