Variable: org-odt-lib-dir
org-odt-lib-dir is a variable defined in ox-odt.el.gz.
Value
"/nix/store/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.2/lisp/org/"
Documentation
Location of ODT exporter.
Use this to infer values of org-odt-styles-dir and
org-odt-schema-dir.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
(defconst org-odt-lib-dir
(file-name-directory (or load-file-name (buffer-file-name)))
"Location of ODT exporter.
Use this to infer values of `org-odt-styles-dir' and
`org-odt-schema-dir'.")