emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Can't get org-export-html-style-extra to work


From: Christian Moe
Subject: [Orgmode] Can't get org-export-html-style-extra to work
Date: Thu, 16 Dec 2010 10:58:35 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Hi,

What am I doing wrong in the following example?

------------------------------
#+TITLE: Test

Some *bold* text.

Evaluate this:
(setq org-export-html-style-extra "<style>b {color: red;}</style>")
------------------------------

With org-export-html-style-extra set as above, I expect the exported HTML source to include the style, and the bolded text to be red, but this does not happen. Isn't the variable supposed to work this way?

On the other hand, the STYLE option works fine:
: #+STYLE: <style>b {color: red;}</style>

Yours,
Christian



reply via email to

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