Rainer M Krug <r.m.k...@gmail.com> writes: > On 14/09/10 13:41, Sebastian Rose wrote: >> Eric S Fraga <ucec...@ucl.ac.uk> 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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode