0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:37:47 +00:00

ox-odt: Fix typo

* lisp/ox-odt.el (org-odt-template): Fix typo.
This commit is contained in:
Nicolas Goaziou 2018-11-10 21:59:52 +01:00
parent 9056d2b706
commit 5dfbe46b1e

View file

@ -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.