From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: exporting org to html & using an external css stylesheet Date: Fri, 16 Mar 2012 11:57:36 +0100 Message-ID: <4F631CA0.9050106@christianmoe.com> References: <7649CE90B88D448483C709383CD600BC@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8Urv-0002lh-Ad for emacs-orgmode@gnu.org; Fri, 16 Mar 2012 06:59:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8Ura-0002Ux-V3 for emacs-orgmode@gnu.org; Fri, 16 Mar 2012 06:58:46 -0400 Received: from b1.hitrost.net ([91.185.211.67]:20738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8Ura-0002PA-OI for emacs-orgmode@gnu.org; Fri, 16 Mar 2012 06:58:26 -0400 In-Reply-To: <7649CE90B88D448483C709383CD600BC@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Zachary Jones Cc: emacs-orgmode@gnu.org 1. Does the show up in the HTML source of the exported document? Is the relative URL correct? 2. Wild guess: Are you perhaps expecting the default org-mode stylesheet to go away? It doesn't; default styles will still be shown if they are not specifically superseded by those you add. To turn off the defaults altogether, customize org-export-html-style-include-default. Yours, Christian On 3/16/12 12:19 AM, Zachary Jones wrote: > I am trying to set up a website using org-mode and would like to use > an external css stylesheet. I am currently using the #+STYLE: option > with the argument href="./stylesheet.css" />. The exported html documents seem to be > using the default org-mode styling though. I can't seem to get the > exported html documents to recognize and use the css. Help! > > -- > Zachary M. Jones >