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





_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to