Преглед изворни кода

Merge branch 'master' into next

Nicolas Goaziou пре 6 година
родитељ
комит
a97903944b
1 измењених фајлова са 1 додато и 1 уклоњено
  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.