org-odt.el (org-odt-schema-dir-list): Adjust search path

* lisp/org-odt.el (org-odt-schema-dir-list): OD Schema files
have been moved away from $(git-root)/contrib/odt/etc/schema/
to $(git-root)/etc/schema/.
This commit is contained in:
Jambunathan K 2012-04-22 23:48:36 +05:30
parent 43ee3a441a
commit eef6444ac0
1 changed files with 1 additions and 3 deletions

View File

@ -100,9 +100,7 @@ Use this to infer values of `org-odt-styles-dir' and
(expand-file-name "./schema/" org-odt-data-dir)) ; bail out (expand-file-name "./schema/" org-odt-data-dir)) ; bail out
(eval-when-compile (eval-when-compile
(and (boundp 'org-odt-data-dir) org-odt-data-dir ; see make install (and (boundp 'org-odt-data-dir) org-odt-data-dir ; see make install
(expand-file-name "./schema/" org-odt-data-dir))) (expand-file-name "./schema/" org-odt-data-dir))))
(expand-file-name "../contrib/odt/etc/schema/" org-odt-lib-dir) ; git
)
"List of directories to search for OpenDocument schema files. "List of directories to search for OpenDocument schema files.
Use this list to set the default value of Use this list to set the default value of
`org-export-odt-schema-dir'. The entries in this list are `org-export-odt-schema-dir'. The entries in this list are