From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: org-file-apps settings? Date: Thu, 15 Sep 2016 12:18:05 -0500 Message-ID: <87k2eddquq.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkaJ5-0005YZ-TR for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 13:18:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkaIz-0007Mv-S8 for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 13:18:38 -0400 Received: from [195.159.176.226] (port=47961 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkaIz-0007Mf-LS for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 13:18:33 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bkaIm-0006ib-Sz for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 19:18:20 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi Matt, I'm not sure what the solution is for your system, but here's my configuration: org-file-apps is a variable defined in `org.el'. Its value is ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default)) I'm on Ubuntu Trusty on this system, and /etc/mailcap is a large file containing many specific references to opendocument filetypes, etc. When I export to ODT with "C-c C-e o O", the resulting file opens in LibreOffice. Hope this helps.