Browse Source

Incorporate fix from downstream Emacs

Carsten Dominik 15 years ago
parent
commit
4d4d3ea745
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -160,7 +160,7 @@ your own style information."
   :group 'org-export-html
   :type 'boolean)
 ;;;###autoload
-(put 'org-export-html-style 'safe-local-variable 'booleanp)
+(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
 
 (defcustom org-export-html-style ""
   "Org-wide style definitions for exported HTML files.