I'm having trouble getting org-mode emacs to export using my CSS file. I searched all day, but can't get it to work. The .org file and .css are in the same directory, and my .org file has the following:
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" /> * First Headline... * Second Headline...
However, when I export to HTML and view it in my browser, no changes occur. Looking at the source, it also shows that the standard org-mode HTML header was used. Any suggestions?
source share