浏览代码

Merge branch 'maint'

Nicolas Goaziou 5 年之前
父节点
当前提交
32641117a5
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/ox-odt.el

+ 2 - 0
lisp/ox-odt.el

@@ -1383,6 +1383,8 @@ original parsed data.  INFO is a plist holding export options."
 
     ;; create a manifest entry for styles.xml
     (org-odt-create-manifest-file-entry "text/xml" "styles.xml")
+    ;; Ensure we have write permissions to this file.
+    (set-file-modes (concat org-odt-zip-dir "styles.xml") #o600)
 
     ;; FIXME: Who is opening an empty styles.xml before this point?
     (with-current-buffer