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

This commit is contained in:
Jambunathan K 2012-09-03 03:13:25 +05:30
parent 8ff4ea03b0
commit 3ad0618169
1 changed files with 0 additions and 3 deletions

View File

@ -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)))