From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: org-file-apps settings? Date: Thu, 15 Sep 2016 09:27:02 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113a8bbe20c192053c8bcd49 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkWhK-0001Zy-GO for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 09:27:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkWhJ-0002mZ-EX for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 09:27:26 -0400 Received: from mail-oi0-x229.google.com ([2607:f8b0:4003:c06::229]:36309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkWhJ-0002PS-9S for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 09:27:25 -0400 Received: by mail-oi0-x229.google.com with SMTP id q188so68465769oia.3 for ; Thu, 15 Sep 2016 06:27:04 -0700 (PDT) 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: Org Mode --001a113a8bbe20c192053c8bcd49 Content-Type: text/plain; charset=UTF-8 hi Everyone, I have been through this a million times, but I never seem to remember, and have a hard time finding the answer online or in my archives. On a Linux system, how should I set org-file-apps to allow org to open odt files in libreoffice, html files in Firefox, and pdf files in evince (especially in export-and-open commands)? I have tried a couple of htings; this is what C-h v org-file-apps currently says: Its value is ((remote . emacs) (system . mailcap) (t . mailcap)) Original value was ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default)) There's no /etc/mailcap on my mahcine (?), and .mailcap reads: */*; xdg-open "%s" Running `xdg-open file.odt` from a terminal will open the file in libreoffice, but exporting to odt and opening with C-c C-e o O opens the file in emacs. What should I try next? Thank you! m --001a113a8bbe20c192053c8bcd49 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
hi Everyone,
I have= been through this a million times, but I never seem to remember, and have = a hard time finding the answer online or in my archives.

On a = Linux system, how should I set org-file-apps to allow org to open odt files= in libreoffice, html files in Firefox, and pdf files in evince (especially= in export-and-open commands)?

I have tried a couple of htings= ; this is what C-h v org-file-apps currently says:

Its value is ((re= mote . emacs) (system . mailcap) (t . mailcap))
Original value was
(= (auto-mode . emacs)
=C2=A0("\\.mm\\'" . default)
=C2=A0= ("\\.x?html?\\'" . default)
=C2=A0("\\.pdf\\'&quo= t; . default))

There's no /etc/mailcap on my mahcine (?), = and .mailcap reads:

*/*; xdg-open "%s"


Ru= nning `xdg-open file.odt` from a terminal will open the file in libreoffice= , but exporting to odt and opening with C-c C-e o O opens the file in emacs= .=C2=A0 What should I try next? Thank you!
m
--001a113a8bbe20c192053c8bcd49--