The intuitive use for the orgmode option to export and view and odt file should be to view it in an libre/open office. However, I've so far had no luck in getting it to work; it always opens as a compressed archive in emacs. By inserting into my .emacs
(add-to-list 'org-file-apps '("\\.odt\\'" . "xdg-open %s"))
I open them properly when accessing links to files in org files, but it doesn't seem to effect the export-and-view option. I've looked into changing org-odt-export-as-odf-and-open
but have not been able to see it make a difference. Any help would be appreciated. Once again, I want org-odt-export-as-odf-and-open
to open the odf with xdg-open or libreoffice, not Emacs.
Thanks!