Nick Dokos <ndo...@gmail.com> writes: > In order to affect emacs as a whole, you need to modify one of your > mailcap files
This will work as well. (setcdr (assq 'system org-file-apps-defaults-gnu ) "xdg-open %s") If xdg-open is not available, one can replace it with gnome-open or kde-open.