From mboxrd@z Thu Jan 1 00:00:00 1970 From: henry atting Subject: org-export and browse-url-browser-function Date: Thu, 23 Jan 2014 15:26:59 +0100 Message-ID: <87siselqoc.fsf@bye.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6LFu-00037i-3C for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 09:27:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6LFl-0004qw-Ct for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 09:27:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:55057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6LFl-0004qo-6d for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 09:27:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W6LFj-0002R4-TH for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 15:27:31 +0100 Received: from port-92-195-200-187.dynamic.qsc.de ([92.195.200.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jan 2014 15:27:31 +0100 Received: from snd by port-92-195-200-187.dynamic.qsc.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jan 2014 15:27: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 When exporting some org file to html with `C-c C-e h o' orgmode always wants to open the html file with `sensible-browser'. Since my two (graphic) browsers reside in ~/bin I have no alternatives for sensible-browser. Which is fine by me. I don't want to change this. What I really would appreciate is if orgmode took care of `browse-url-browser-function' (which is set to `browse-url-firefox'.) Which it usually does (in *.org files) but not while exporting.