Browse Source

ox-odt: Fix last commit

* lisp/ox-odt.el (org-odt-template): Add missing `org-strip-quote'
  call.
Nicolas Goaziou 6 years ago
parent
commit
9056d2b706
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-odt.el

+ 1 - 1
lisp/ox-odt.el

@@ -1364,7 +1364,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 filename))))
+	    (filename (org-strip-quote filename)))))
     (cond
      ;; Non-availability of styles.xml is not a critical error.  For
      ;; now, throw an error.