emacs-orgmode
[Top][All Lists]
Advanced

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

[Emacs-orgmode] local variables for html export


From: Scott Otterson
Subject: [Emacs-orgmode] local variables for html export
Date: Thu, 25 May 2006 12:01:10 -0700
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

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: "   <style type=\"text/css\">
          p {font-weight: normal; color: gray; }
          h1 {color: black; }
      </style>"
   # End: ***

needs to have prefixes and suffixes, like this:

* COMMENT HTML style specifications

# Local Variables: ***
# org-export-html-style: "   <style type=\"text/css\"> ***
#            p {font-weight: normal; color: gray; } ***
#            h1 {color: black; } ***
#        </style>" ***
# End: ***

At least this is the case with emacs 22.0.50.2

Scott







reply via email to

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