org-odt.el (and org-e-odt.el): Simplify the way style/schema files are found
commitd042e3add1e62b4273524673fe1a18009d69a439
authorBastien Guerry <bzg@altern.org>
Tue, 2 Oct 2012 12:46:44 +0000 (2 14:46 +0200)
committerBastien Guerry <bzg@altern.org>
Tue, 2 Oct 2012 12:47:04 +0000 (2 14:47 +0200)
treee2d3e195d72099e698348d46f50ab04ae4e23326
parent16e0730342725b7ff9a76d0a355dbc574ceced00
org-odt.el (and org-e-odt.el): Simplify the way style/schema files are found

* org-odt.el (org-odt-lib-dir, org-odt-data-dir)
(org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
(org-export-odt-schema-dir, org-odt-styles-dir): Infer the
correct directories without requiring other variables.

* org-fixup.el (org-make-org-version, org-make-autoloads):
Don't define `org-odt-data-dir' in org-version.el.

* contrib/lisp/org-e-odt.el (org-e-odt-lib-dir, org-e-odt-data-dir)
(org-e-odt-schema-dir-list, org-e-odt-styles-dir-list): Delete.
(org-e-odt-schema-dir, org-e-odt-styles-dir): Infer the
correct directories without requiring other variables.
contrib/lisp/org-e-odt.el
lisp/org-odt.el
mk/org-fixup.el