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">

Where is the .. gone? Why this happens?

Thanks

Water Lin

-- 
Water Lin's notes and pencils: http://en.waterlin.org
Email: water...@ymail.com
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



_______________________________________________
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