(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'.
This commit is contained in:
Juri Linkov 2009-12-14 21:48:48 +00:00
parent 110de3bb16
commit 364bc5560a
2 changed files with 8 additions and 1 deletions

View 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

View 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.