emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Using simple css in HTML export


From: Matthew Lundin
Subject: [Orgmode] Re: Using simple css in HTML export
Date: Fri, 03 Jul 2009 14:20:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Charles Howard <address@hidden> writes:

> Hi. I thought it would be a simple matter to make use of a css file in html 
> export. 
>
> At the top of my file I put
>
> #+LATEX_CLASS: myarticle
> #+TITLE: Directory skeleton 
> #+AUTHOR: Study
> #+STYLE: 
>
> but no result. I did Cc-Cc, closed down and reopened. 

You'll have to fill in instructions in the #+STYLE line (i.e., a path to
the css file) for this to work.

E.g. 

--8<---------------cut here---------------start------------->8---
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
--8<---------------cut here---------------end--------------->8---

Please see the manual for more details:

http://orgmode.org/manual/CSS-support.html

Best,
Matt





reply via email to

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