On Nov 10, 2009, at 3:28 AM, Water Lin wrote:


I want to publish org file to webpage using my own CSS file. I added a
line like this in my org file:
----------------
#+STYLE: <link rel="stylesheet" type="text/css" href="../css/ stylesheet.css" />

But after I publish the org file using M-x org-publish-current-file, the
output webpage file doesn't use the .. path. The result is like this:
----------------
<link type="text/css" href="./css/stylesheet.css" rel="stylesheet">

I cannot reproduce that either. Maybe you are overwriting this setting somehow.
Maybe with something in org-publish-alist???

- Carsten


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to