Default `org-html-allow-name-attribute-in-anchors' to nil for HTML5

compatibily.
This commit is contained in:
Rick Frankel 2014-01-09 18:00:52 -05:00
parent 99fdd76bb8
commit 36a21d9372
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ The function result will be used in the section format string."
;;;; HTML-specific
(defcustom org-html-allow-name-attribute-in-anchors t
(defcustom org-html-allow-name-attribute-in-anchors nil
"When nil, do not set \"name\" attribute in anchors.
By default, anchors are formatted with both \"id\" and \"name\"
attributes, when appropriate."