emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to include an extra css when export html


From: John Hendy
Subject: Re: [O] How to include an extra css when export html
Date: Mon, 2 Jun 2014 14:27:07 -0500

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
<address@hidden> 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

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