The line (expand-file-name "../../etc/styles/" org-odt-lib-dir) ; git
in the defconst org-odt-styles-dir-list at line 181 of ox-odt.el points to "git/org-mode/lisp/etc/styles/". Should it not point to "git/org-mode/etc/styles/"? This would be achieved by changing the line to (expand-file-name "../etc/styles/" org-odt-lib-dir) ; git My exporter however still cannot find the schema files at "git/org-mode/etc/schema/", but that's a different matter perhaps. Colin.