From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: orgmode html export uses wrong browser Date: Wed, 21 Jul 2010 20:55:34 +0530 Message-ID: <20100721152534.GA14197@panahar> References: <20100721061831.GA32593@panahar> <87k4opnq5y.fsf@noorul.maa.corp.collab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=47303 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObbA1-00029J-7K for emacs-orgmode@gnu.org; Wed, 21 Jul 2010 11:24:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Obb86-00017y-LC for emacs-orgmode@gnu.org; Wed, 21 Jul 2010 11:22:45 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:51761) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Obb86-00017q-EQ for emacs-orgmode@gnu.org; Wed, 21 Jul 2010 11:22:42 -0400 Received: by pwi8 with SMTP id 8so6360614pwi.0 for ; Wed, 21 Jul 2010 08:22:41 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87k4opnq5y.fsf@noorul.maa.corp.collab.net> 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: Noorul Islam K M Cc: emacs-orgmode@gnu.org > > I am using Debian Lenny, Emacs 23 and Org 7.01 and I have the following > in my .emacs > > (setq browse-url-browser-function (quote browse-url-generic)) > (setq browse-url-generic-program "google-chrome") > The problem, somehow, had to do with the default gnome browser. Changed it to firefox with update-alternatives --config gnome-www-browser And then orgmode export users firefox. But if I want to use conkeror as gnome-www-browser, I can't. update-alternatives does not give conkeror as an option. Manually creating the link does not help either. Vikas