Browse Source

Incorporate fix from downstream Emacs

Carsten Dominik 15 năm trước cách đây
mục cha
commit
4d4d3ea745
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/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.