summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2012-04-22 23:48:36 +0530
committerJambunathan K <kjambunathan@gmail.com>2012-04-22 23:48:36 +0530
commiteef6444ac0d104f7be1558cc2e9b66e082776fa1 (patch)
tree7c4d87709f550d89dec43ad73efe7b47597b0940
parent43ee3a441a71e074618794cc9b3a5e62240e6ddb (diff)
downloadorg-mode-eef6444ac0d104f7be1558cc2e9b66e082776fa1.tar.gz
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/.
-rw-r--r--lisp/org-odt.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org-odt.el b/lisp/org-odt.el
index 16c63a6..20aa562 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