From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: local variables for html export Date: Thu, 25 May 2006 12:01:10 -0700 Message-ID: <4475FEF6.10600@u.washington.edu> 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 1FjL5H-0002KM-BQ for emacs-orgmode@gnu.org; Thu, 25 May 2006 15:01:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjL5F-0002Jl-KJ for emacs-orgmode@gnu.org; Thu, 25 May 2006 15:01:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjL5F-0002Jc-6x for emacs-orgmode@gnu.org; Thu, 25 May 2006 15:01:21 -0400 Received: from [66.111.4.27] (helo=out3.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FjL9y-0007uO-0a for emacs-orgmode@gnu.org; Thu, 25 May 2006 15:06:14 -0400 Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 82D2FD670A7 for ; Thu, 25 May 2006 15:01:17 -0400 (EDT) Received: from [192.168.0.6] (h-72-244-203-65.sttnwaho.dynamic.covad.net [72.244.203.65]) by mail.messagingengine.com (Postfix) with ESMTP id 1F7D0572D for ; Thu, 25 May 2006 15:01:16 -0400 (EDT) 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@gnu.org I think there's an error in the org-mode manual. The snippet at the end of section 9.2: * COMMENT HTML style specifications # Local Variables: # org-export-html-style: " " # End: *** needs to have prefixes and suffixes, like this: * COMMENT HTML style specifications # Local Variables: *** # org-export-html-style: " " *** # End: *** At least this is the case with emacs 22.0.50.2 Scott