help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: orgmode css


From: Bastien
Subject: Re: orgmode css
Date: Wed, 15 Jan 2014 17:17:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

022 <fake7160@gmail.com> writes:

> I've started using emacs recently. I am having problem using css in orgmode
> from https.

What version of Emacs and Org are you using?

M-x emacs-version RET
M-x org-version RET

> When I try
> #+STYLE: <link rel="stylesheet" type="text/css" href="style.css" />
> and export to html. The css gets integrated as expected but when I try
> #+STYLE: <link rel="stylesheet" type="text/css"
> href="https://raw.github.com/022/orgmode_css/master/style.css " />
> It fails.

With latest version, use this:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" 
href="https://raw.github.com/022/orgmode_css/master/style.css"; />

-- 
 Bastien



reply via email to

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