emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Change color in fontified html export for strings


From: Sebastian Rose
Subject: Re: [Orgmode] Change color in fontified html export for strings
Date: Tue, 14 Sep 2010 18:25:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Rainer M Krug <address@hidden> writes:
> On 14/09/10 13:41, Sebastian Rose wrote:
>> Eric S Fraga <address@hidden> writes:
>>> Thanks Sebastian.  I think that will definitely help the OP.  However,
>>> at least on my system, I believe the variable is actually
>>> org-export-htmlize-output-type (type, not style).
>> 
>> 
>> Yes, sorry Eric, right: org-export-htmlize-output-type
>
> I found the variable - but then all the highlighting is gone. I assume,
> I have to use CSS sylesheet for that. That is an overkill for me at the
> moment.
>
> Is there really no way, just to change the color of one entity in the
> htmlization of code?


Ahhh, sorry, yes, there is one:

   M-x customize-variable RET org-export-html-style RET

You should leave your `org-export-htmlize-output-type' setting as
discussed before.

Set `org-export-html-style' to, e.g., 

  <style> .string { color:#006600; } </style>



HTH

   Sebastian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]