emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Html and unreadable characters
@ 2009-10-25 15:00 andrea Crotti
  2009-10-30  9:12 ` Carsten Dominik
  2009-11-01 21:33 ` Sebastian
  0 siblings, 2 replies; 5+ messages in thread
From: andrea Crotti @ 2009-10-25 15:00 UTC (permalink / raw)
  To: emacs-orgmode

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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Html and unreadable characters
  2009-10-25 15:00 Html and unreadable characters andrea Crotti
@ 2009-10-30  9:12 ` Carsten Dominik
  2009-11-01 21:33 ` Sebastian
  1 sibling, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-10-30  9:12 UTC (permalink / raw)
  To: andrea Crotti; +Cc: emacs-orgmode


On Oct 25, 2009, at 4:00 PM, andrea Crotti wrote:

> 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?


Org does use htmlize to produce the export of source code!

- Carsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Html and unreadable characters
  2009-10-25 15:00 Html and unreadable characters andrea Crotti
  2009-10-30  9:12 ` Carsten Dominik
@ 2009-11-01 21:33 ` Sebastian
  2009-12-01 12:03   ` andrea
  1 sibling, 1 reply; 5+ messages in thread
From: Sebastian @ 2009-11-01 21:33 UTC (permalink / raw)
  To: andrea Crotti; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Html and unreadable characters
  2009-11-01 21:33 ` Sebastian
@ 2009-12-01 12:03   ` andrea
  2009-12-17  7:38     ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: andrea @ 2009-12-01 12:03 UTC (permalink / raw)
  To: emacs-orgmode

Sebastian <sebastian_rose@gmx.de> writes:
>
> 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 ... */
> }
>
>

Yes I am using a dark background, but normally I don't want to see html
output with a dark background.

I'd just like that the colors gets updated to a light color theme, is
that possible?

By the way how do I insert css properties?

I found in 12.6.7 the #+STYLE and the various things I can set, but not
where to insert them.

Simply pasting that in an org buffer and exporting to html doesn't work...

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: Html and unreadable characters
  2009-12-01 12:03   ` andrea
@ 2009-12-17  7:38     ` Carsten Dominik
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-12-17  7:38 UTC (permalink / raw)
  To: andrea; +Cc: emacs-orgmode


On Dec 1, 2009, at 1:03 PM, andrea wrote:

> Sebastian <sebastian_rose@gmx.de> writes:
>>
>> 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 ... */
>> }
>>
>>
>
> Yes I am using a dark background, but normally I don't want to see  
> html
> output with a dark background.
>
> I'd just like that the colors gets updated to a light color theme, is
> that possible?
>
> By the way how do I insert css properties?
>
> I found in 12.6.7 the #+STYLE and the various things I can set, but  
> not
> where to insert them.
>
> Simply pasting that in an org buffer and exporting to html doesn't  
> work...

Hi Andrea, I am having trouble understanding what exactly you have  
tried and what not.

- Carsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-17  7:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-25 15:00 Html and unreadable characters andrea Crotti
2009-10-30  9:12 ` Carsten Dominik
2009-11-01 21:33 ` Sebastian
2009-12-01 12:03   ` andrea
2009-12-17  7:38     ` Carsten Dominik

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).