summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2012-09-03 03:13:25 +0530
committerJambunathan K <kjambunathan@gmail.com>2012-09-03 19:19:28 +0530
commit3ad0618169b33b80b26e01cc44bcab7001de8402 (patch)
tree2880f135efb4804c13a2c9253e61fab29b610f57
parent8ff4ea03b0cb40dff3afff8db63cc37187487131 (diff)
downloadorg-mode-3ad0618169b33b80b26e01cc44bcab7001de8402.tar.gz
org-e-odt.el: Don't meddle with `org-file-apps'
-rw-r--r--contrib/lisp/org-e-odt.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/lisp/org-e-odt.el b/contrib/lisp/org-e-odt.el
index 60a417b..6738c62 100644
--- a/contrib/lisp/org-e-odt.el
+++ b/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)))