org-odt.el: Trivial change

This commit is contained in:
Jambunathan K 2011-12-31 02:21:22 +05:30
parent ca47d10e1f
commit 59074ab3bb
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ and `org-odt-data-dir'.")
schema-dir))
(file-readable-p
(expand-file-name "schemas.xml" schema-dir)))
(message "Debug (org-odt): Success. Using schema files under %s"
(message "Debug (org-odt): Using schema files under %s"
schema-dir)
(throw 'schema-dir schema-dir))))
org-odt-schema-dir-list)