Variable: org-html--id-attr-prefix
org-html--id-attr-prefix is a variable defined in ox-html.el.gz.
Value
"ID-"
Documentation
Prefix to use in ID attributes.
This affects IDs that are determined from the ID property.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defvar org-html--id-attr-prefix "ID-"
"Prefix to use in ID attributes.
This affects IDs that are determined from the ID property.")