summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-11-10 21:59:52 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-11-10 21:59:52 +0100
commit5dfbe46b1e1ebeeaa4ca15cedf3cf8345de64f39 (patch)
treea8c0e414629ea079d48a0dd4858365145a85f6c9
parent9056d2b706f102a01907c96085d1354577c91d45 (diff)
downloadorg-mode-5dfbe46b1e1ebeeaa4ca15cedf3cf8345de64f39.tar.gz
ox-odt: Fix typo
* lisp/ox-odt.el (org-odt-template): Fix typo.
-rw-r--r--lisp/ox-odt.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index 9fe9568..2626efb 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -27,8 +27,9 @@
(require 'cl-lib)
(require 'format-spec)
-(require 'ox)
(require 'org-compat)
+(require 'org-macs)
+(require 'ox)
(require 'table nil 'noerror)
;;; Define Back-End
@@ -1364,7 +1365,7 @@ original parsed data. INFO is a plist holding export options."
(condition-case nil
(read s)
(error (user-error "Invalid styles file specification: %S" s))))
- (filename (org-strip-quote filename)))))
+ (filename (org-strip-quotes filename)))))
(cond
;; Non-availability of styles.xml is not a critical error. For
;; now, throw an error.