(org-export-html-style-include-default):
authorJuri Linkov <juri@jurta.org>
Mon, 14 Dec 2009 21:48:48 +0000 (21:48 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 14 Dec 2009 21:48:48 +0000 (21:48 +0000)
Put `safe-local-variable booleanp' on
`org-export-html-style-include-default' instead of mistakenly
duplicate `org-export-html-style'.

lisp/org/ChangeLog
lisp/org/org-html.el

index 7582e83..86c82fc 100644 (file)
@@ -1,3 +1,10 @@
+2009-12-14  Juri Linkov  <juri@jurta.org>
+
+       * 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  <carsten.dominik@gmail.com>
 
        * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
index d59f16a..ad366c6 100644 (file)
@@ -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.