From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: HTML export is using the wrong browser Date: Mon, 24 Mar 2014 11:21:07 +0000 (UTC) Message-ID: References: <83a9478a-b436-4d78-b7f9-eecadd803841@dewdrop-world.net> <877g7kxa3x.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS2wo-0003uO-Kz for emacs-orgmode@gnu.org; Mon, 24 Mar 2014 07:21:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WS2wg-0007Y2-36 for emacs-orgmode@gnu.org; Mon, 24 Mar 2014 07:21:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:42241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS2wf-0007Xn-TB for emacs-orgmode@gnu.org; Mon, 24 Mar 2014 07:21:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WS2wd-0003lU-Mj for emacs-orgmode@gnu.org; Mon, 24 Mar 2014 12:21:31 +0100 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Mar 2014 12:21:31 +0100 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Mar 2014 12:21:31 +0100 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: emacs-orgmode@gnu.org James Harkins gmail.com> writes: > In my case, this was not successful. > > http://ubuntuforums.org/showthread.php?t=2212948 The reason is most likely that sensible-browswer doesn't use alternatives, i.e. it doesn't end up calling x-www-browser. You may have set BROWSER in your environment or otherwise added a configuration file that overrides the (system-wide) alternatives to your home directory. Regards, Achim.