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

This commit is contained in:
Jambunathan K 2012-09-03 03:12:19 +05:30
parent b9270bf46f
commit 8ff4ea03b0

View file

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