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