From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: I can not change the behavior of open the link which is a CHM file [[file+sys://kk.chm]] Date: Tue, 09 Jul 2013 19:38:35 +0530 Message-ID: <87obab9670.fsf@gmail.com> References: <20130709120441.GD25098@stardiviner> <87k3kz3ky6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYZT-0001zO-6C for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 10:07:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwYZM-0006IF-91 for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 10:07:11 -0400 Received: from mail-pb0-x235.google.com ([2607:f8b0:400e:c01::235]:51579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYZM-0006Ht-2i for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 10:07:04 -0400 Received: by mail-pb0-f53.google.com with SMTP id xb12so5578035pbc.12 for ; Tue, 09 Jul 2013 07:07:03 -0700 (PDT) In-Reply-To: <87k3kz3ky6.fsf@gmail.com> (Nick Dokos's message of "Tue, 09 Jul 2013 09:46:25 -0400") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Dokos Cc: emacs-orgmode@gnu.org Nick Dokos 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.