emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Ian Barton <lists@manor-farm.org>
Cc: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: Article: Synchronizing org Files Using bzr and git
Date: Wed, 04 Mar 2009 09:37:48 -0500	[thread overview]
Message-ID: <87ab81uzer.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <49AE58D8.30301@manor-farm.org> (Ian Barton's message of "Wed\, 04 Mar 2009 10\:32\:56 +0000")

Ian Barton <lists@manor-farm.org> 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:
>
> <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.

The span has a hardcoded style element which specifies the colour

<span style="color: rgb(255, 255, 85);">"Imported sources."</span>

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.

-Bernt

  reply	other threads:[~2009-03-04 14:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-03 13:42 Article: Synchronizing org Files Using bzr and git Ian Barton
2009-03-03 18:49 ` Mark Elston
2009-03-04 10:32   ` Ian Barton
2009-03-04 14:37     ` Bernt Hansen [this message]
2009-03-04 14:56       ` Carsten Dominik
2009-03-04 15:01       ` Sebastian Rose
2009-03-04 22:21         ` Ian Barton
2009-03-04  6:31 ` Yuval Hager
2009-03-04 11:42 ` Carsten Dominik
2009-03-06 10:33   ` Ian Barton
2009-03-06 15:35     ` Carsten Dominik
2009-03-11 15:19     ` Yuval Hager
2009-03-11 16:39       ` Ian Barton
2009-03-11 20:20         ` Alan E. Davis
2009-03-04 12:16 ` Cameron Horsburgh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ab81uzer.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=lists@manor-farm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).