Browse Source

org-e-odt.el: Don't meddle with `org-file-apps'

Jambunathan K 12 năm trước cách đây
mục cha
commit
3ad0618169
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      contrib/lisp/org-e-odt.el

+ 0 - 3
contrib/lisp/org-e-odt.el

@@ -3921,9 +3921,6 @@ using `org-open-file'."
 
 (mapc
  (lambda (desc)
-   ;; Let Org open all OpenDocument files using system-registered app
-   (add-to-list 'org-file-apps
-		(cons (concat  "\\." (car desc) "\\'") 'system))
    ;; Let Emacs open all OpenDocument files in archive mode
    (add-to-list 'auto-mode-alist
 		(cons (concat  "\\." (car desc) "\\'") 'archive-mode)))