emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] RE: Using simple css in HTML export


From: Sebastian Rose
Subject: Re: [Orgmode] RE: Using simple css in HTML export
Date: Sat, 04 Jul 2009 01:20:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Charles Howard <address@hidden> writes:
> The hotmail account I am using seems to have stripped out the html code. 


What did Org-mode's XHTML export <head> section look like then?


> I did have such a line following STYLE, as in the link you quoted. 
>
> I had the css file in the same dir as the org file. I used basic.css and 
> ./basic.css
> with no success either way. 


OK. Just to be sure...

1.) Your *.org file should have this in the header:

#+style: <link rel="stylesheet" type="text/css" href="basic.css" />




2.) After export, line ~47 (or 46 or 48...) should look like this:

  <link rel="stylesheet" type="text/css" href="basic.css" />

  If not, make sure step 1.) is done.



Now, if the exported *.html file and basic.css live in the same
directory, it should work.


Sorry, you're not allowed to simply give up :)



Sebastian






reply via email to

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