From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Open link with different suffix in org mode Date: Fri, 22 Jan 2010 10:45:02 +0100 Message-ID: <83ockmscbl.fsf@yahoo.it> References: <5236d6f91001210725t3b9a177cs6308622bce8d09d2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYG4l-0001I9-HN for emacs-orgmode@gnu.org; Fri, 22 Jan 2010 04:45:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYG4c-000176-EG for emacs-orgmode@gnu.org; Fri, 22 Jan 2010 04:45:06 -0500 Received: from [199.232.76.173] (port=35294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYG4c-00016n-B0 for emacs-orgmode@gnu.org; Fri, 22 Jan 2010 04:45:02 -0500 Received: from slim-2a.inet.it ([213.92.5.122]:60986) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYG4b-0001El-H6 for emacs-orgmode@gnu.org; Fri, 22 Jan 2010 04:45:01 -0500 In-Reply-To: <5236d6f91001210725t3b9a177cs6308622bce8d09d2@mail.gmail.com> (Xin Shi's message of "Thu, 21 Jan 2010 10:25:06 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Xin Shi Cc: emacs-orgmode Hi, Xin, Xin Shi writes: > Emacs 23.1.1 and org mode 6.34b. here: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON Org-mode version 6.34 Windows XP PS3 > a link say [[./http://link.org][test]], it will open the > http://link.org file in another buffer with orgmode. [...] > [[./http://test.info][test]], it will just hang there. + [[file:fit.log][fit]] fit.log is opened with notepad + [[file:../../../a.info][test]] a.info is not opened: the message error, in Italian, translates in: eval: ShellExecute failed: None application is associated to the specified file for this operation > It seems that org does not know how to deal with the .info suffix. Well, I suspect that org calls the program defined in the mailcap file. Please check there if you have a program associated to the ".info" extension cheers, Giovanni