Assuming Org >= 8.0, I use this:

#+html_head: <link rel="stylesheet" type="text/css" href="path-to-css" />

Stackoverflow from googling "orgmode 8.0 css"
- 
http://stackoverflow.com/questions/16453427/cant-get-emacs-org-mode-to-use-my-css-file

And Org-mode manual from googling "orgmode css html"
- http://orgmode.org/manual/CSS-support.html


Best regards,
John

On Mon, Jun 2, 2014 at 2:17 PM, loochao maillist
<loochao.maill...@gmail.com> wrote:
> Dear list,
>
> I'm trying to include my own css when using org-html-export-as-html.
>
> I tried to have
>
> # Local Variables:
> # org-export-html-style-extra: "<link rel=\"stylesheet\" type=\"text/css\"
> href=\"my-css-path" />"
> # End:
>
> and
> #+HTML_INCLUDE_STYLE: my-css-path
>
> But none of above work, is there any suggestion?
>
> Thanks,
>
> Chao

Reply via email to