Variable: org-odt-schema-dir-list

org-odt-schema-dir-list is a variable defined in ox-odt.el.gz.

Value

("/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/share/emacs/31.0.50/etc/schema/")

Documentation

List of directories to search for OpenDocument schema files.

Use this list to set the default value of org-odt-schema-dir. The entries in this list are populated heuristically based on the values of org-odt-lib-dir and org-odt-data-dir.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
(defconst org-odt-schema-dir-list
  (list (expand-file-name "./schema/" org-odt-data-dir))
  "List of directories to search for OpenDocument schema files.
Use this list to set the default value of `org-odt-schema-dir'.
The entries in this list are populated heuristically based on the
values of `org-odt-lib-dir' and `org-odt-data-dir'.")