From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: How to open external link in Emacs-w3m from .org file? Date: Mon, 07 Jun 2010 12:10:24 +0200 Message-ID: References: <874ohfgnv8.fsf@debian-laptop.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39051 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLZI5-0006gr-Ol for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 06:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLZI0-0000qk-7S for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 06:10:45 -0400 Received: from lo.gmane.org ([80.91.229.12]:43713) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLZI0-0000qK-0q for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 06:10:40 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OLZHw-0003Wt-TZ for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 12:10:36 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jun 2010 12:10:36 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jun 2010 12:10:36 +0200 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: emacs-orgmode@gnu.org Paul Chany writes: > Hi, > > I have installed GNU Emacs 23.1.1 (i486-pc-linux-gnu) of 2009-11-02 on > raven, modified by Debian. > > In my .org files I have external links and want to open these pages in > Emacs W3m browser. > How can I setup variables to get this to work? > > I have so far the following setup in my .emacs file: > '(browse-url-browser-function (quote browse-url-w3)) > '(browse-url-new-window-flag t) > > When I want to open such a link with C-c C-o I get message: > Cannot open load file: w3 > > Any advices will be appreciated! I haven't tested but used to use w3m before realising it was too slow and incompatible with too many pages ;) Try 'w3m-browse-url instead.