From: Juri Linkov Date: Mon, 14 Dec 2009 21:48:48 +0000 (+0000) Subject: (org-export-html-style-include-default): X-Git-Tag: emacs-pretest-23.1.91~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=364bc5560ab6f17b1d818e9de0c766f5d375c11c;p=emacs.git (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 --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 7582e8364cf..86c82fc4e5b 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -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 --git a/lisp/org/org-html.el b/lisp/org/org-html.el index d59f16a0c7f..ad366c6c878 100644 --- a/lisp/org/org-html.el +++ b/lisp/org/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.