From: Sebastian <sebastian_rose@gmx.de>
To: andrea Crotti <andrea.crotti.0@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Html and unreadable characters
Date: Sun, 01 Nov 2009 22:33:34 +0100 [thread overview]
Message-ID: <1257111214.8472.2.camel@beteigeuze> (raw)
In-Reply-To: <loom.20091025T155715-445@post.gmane.org>
Am Sonntag, den 25.10.2009, 15:00 +0000 schrieb andrea Crotti:
> When I export to html and there is source code inside sometimes I get unreadable
> characters,that's because the color is very light and on a white background it
> disappears.
>
> How could I solve it?
> Wouldn't be possible to export keeping the emacs theme (like htmlize does)
> for example?
It seems you use a dark background color in emacs?
If so, just adjust the CSS style `background-color' for your <pre> tags
like this:
pre, code.pre
{
background-color:black; /* or #333333 ... */
/* ... more styles here ... */
}
Sebastian
next prev parent reply other threads:[~2009-11-01 21:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-25 15:00 Html and unreadable characters andrea Crotti
2009-10-30 9:12 ` Carsten Dominik
2009-11-01 21:33 ` Sebastian [this message]
2009-12-01 12:03 ` andrea
2009-12-17 7:38 ` Carsten Dominik
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=1257111214.8472.2.camel@beteigeuze \
--to=sebastian_rose@gmx.de \
--cc=andrea.crotti.0@gmail.com \
--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).