From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Using simple css in HTML export Date: Fri, 03 Jul 2009 14:20:36 -0500 Message-ID: <87y6r5h8u3.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMoJQ-0007XD-D3 for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 15:20:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMoJL-0007Ss-Q4 for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 15:20:43 -0400 Received: from [199.232.76.173] (port=39788 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMoJL-0007So-Mc for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 15:20:39 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:58406) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMoJL-0004gb-Ew for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 15:20:39 -0400 In-Reply-To: (Charles Howard's message of "Fri, 3 Jul 2009 18:38:49 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Charles Howard Cc: emacs-orgmode Charles Howard 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: --8<---------------cut here---------------end--------------->8--- Please see the manual for more details: http://orgmode.org/manual/CSS-support.html Best, Matt