From eef6444ac0d104f7be1558cc2e9b66e082776fa1 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Sun, 22 Apr 2012 23:48:36 +0530 Subject: [PATCH] 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/. --- lisp/org-odt.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/org-odt.el b/lisp/org-odt.el index 16c63a6ed..20aa56275 100644 --- a/lisp/org-odt.el +++ b/lisp/org-odt.el @@ -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 (eval-when-compile (and (boundp 'org-odt-data-dir) org-odt-data-dir ; see make install - (expand-file-name "./schema/" org-odt-data-dir))) - (expand-file-name "../contrib/odt/etc/schema/" org-odt-lib-dir) ; git - ) + (expand-file-name "./schema/" org-odt-data-dir)))) "List of directories to search for OpenDocument schema files. Use this list to set the default value of `org-export-odt-schema-dir'. The entries in this list are