Variable: org-odt-lib-dir

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

Value

"/nix/store/796qy5jz9b0ygikp41xidcplg2vxxpi4-emacs-29-4/share/emacs/29.4/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
;;; Internal Variables

(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'.")