浏览代码

org-export.el (org-export-dispatch): Open ODT files with system app

Jambunathan K 12 年之前
父节点
当前提交
8ff4ea03b0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      contrib/lisp/org-export.el

+ 2 - 1
contrib/lisp/org-export.el

@@ -4394,7 +4394,8 @@ Return an error if key pressed has no associated command."
       (?O
        (org-open-file
 	(org-e-odt-export-to-odt
-	 (memq 'subtree optns) (memq 'visible optns) (memq 'body optns))))
+	 (memq 'subtree optns) (memq 'visible optns) (memq 'body optns))
+	'system))
       ;; Publishing facilities
       (?F
        (org-e-publish-current-file (memq 'force optns)))