# HG changeset patch # User Juri Linkov # Date 1260827328 0 # Node ID dc9a8e0ff6b33a2868224e063c451024ff54e1e5 # Parent ad87b48da2b0a4fff5c420919cc9010ec1e266d8 (org-export-html-style-include-default): Put `safe-local-variable booleanp' on `org-export-html-style-include-default' instead of mistakenly duplicate `org-export-html-style'. diff -r ad87b48da2b0 -r dc9a8e0ff6b3 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Mon Dec 14 17:12:18 2009 +0000 +++ b/lisp/org/ChangeLog Mon Dec 14 21:48:48 2009 +0000 @@ -1,3 +1,10 @@ +2009-12-14 Juri Linkov + + * org-html.el (org-export-html-style-include-default): + Put `safe-local-variable booleanp' on + `org-export-html-style-include-default' instead of mistakenly + duplicate `org-export-html-style'. + 2009-11-20 Carsten Dominik * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild diff -r ad87b48da2b0 -r dc9a8e0ff6b3 lisp/org/org-html.el --- a/lisp/org/org-html.el Mon Dec 14 17:12:18 2009 +0000 +++ b/lisp/org/org-html.el Mon Dec 14 21:48:48 2009 +0000 @@ -160,7 +160,7 @@ :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.