Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2012-10-02 17:58:00 +02:00
commit 36b95d4491
2 changed files with 2 additions and 6 deletions

View File

@ -381,9 +381,7 @@ Also add it to `rng-schema-locating-files'."
(file-readable-p
(expand-file-name "schemas.xml" schema-dir)))
schema-dir
(when value
(message "No OpenDocument schema files" value))
nil)))
(when value (message "No OpenDocument schema files")))))
(when org-e-odt-schema-dir
(eval-after-load 'rng-loc
'(add-to-list 'rng-schema-locating-files

View File

@ -139,9 +139,7 @@ Also add it to `rng-schema-locating-files'."
(file-readable-p
(expand-file-name "schemas.xml" schema-dir)))
schema-dir
(when value
(message "No OpenDocument schema files" value))
nil)))
(when value (message "No OpenDocument schema files")))))
(when org-export-odt-schema-dir
(eval-after-load 'rng-loc
'(add-to-list 'rng-schema-locating-files