Variable: org-odt--id-attr-prefix

org-odt--id-attr-prefix is a variable defined in ox-odt.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-odt.el.gz
;;; Internal Variables

(defvar org-odt--id-attr-prefix "ID-"
  "Prefix to use in ID attributes.
This affects IDs that are determined from the ID property.")