[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-file-apps settings?
From: |
Adam Porter |
Subject: |
Re: [O] org-file-apps settings? |
Date: |
Thu, 15 Sep 2016 12:18:05 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
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.