From: Ian Barton <lists@manor-farm.org>
To: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: Re: Article: Synchronizing org Files Using bzr and git
Date: Wed, 04 Mar 2009 22:21:11 +0000 [thread overview]
Message-ID: <49AEFED7.7090501@manor-farm.org> (raw)
In-Reply-To: <878wnluyaz.fsf@kassiopeya.MSHEIMNETZ>
Sebastian Rose wrote:
> Bernt Hansen <bernt@norang.ca> 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:
>>>
>>> <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.
>
>
> 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.
next prev parent reply other threads:[~2009-03-05 8:04 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
2009-03-04 14:56 ` Carsten Dominik
2009-03-04 15:01 ` Sebastian Rose
2009-03-04 22:21 ` Ian Barton [this message]
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=49AEFED7.7090501@manor-farm.org \
--to=lists@manor-farm.org \
--cc=emacs-orgmode@gnu.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).