From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: Specifying style sheets for HTML Export. ... error in documentation Date: Sat, 09 Dec 2006 11:16:10 +1100 Message-ID: <457A004A.8040306@optusnet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gspt4-0002JN-IE for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 19:16:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gspt2-0002Hb-Q5 for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 19:16:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gspt2-0002HP-LU for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 19:16:16 -0500 Received: from [211.29.132.198] (helo=mail17.syd.optusnet.com.au) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gspt2-0005nx-5f for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 19:16:16 -0500 Received: from [192.168.1.100] (c58-107-97-103.thorn1.nsw.optusnet.com.au [58.107.97.103]) (authenticated sender charles_cave) by mail17.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id kB90G91e024055 for ; Sat, 9 Dec 2006 11:16:10 +1100 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: emacs-orgmode On the bottom of page 61 of the Org Mode 4.57 manual there is an example of including a style sheet for HTML export. Each of the lines is prefixed with # but I found it is necessary to remove these for the style sheet to work. The documentation needs to be corrected! My style sheet section looks like this: * COMMENT HTML style specifications # Local Variables: # org-export-html-style: " " # End: Charles