Mercurial > emacs
changeset 106577:dc9a8e0ff6b3
(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'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 14 Dec 2009 21:48:48 +0000 |
parents | ad87b48da2b0 |
children | 446187db591e |
files | lisp/org/ChangeLog lisp/org/org-html.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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.