From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Uwe Jochum" Subject: Exporting and browsing Date: Sat, 28 Oct 2006 18:17:00 +0200 Message-ID: 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 1Gdr01-0003vr-1Y for emacs-orgmode@gnu.org; Sat, 28 Oct 2006 12:25:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gdqzz-0003tS-4H for emacs-orgmode@gnu.org; Sat, 28 Oct 2006 12:25:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdqzy-0003sw-DW for emacs-orgmode@gnu.org; Sat, 28 Oct 2006 12:25:30 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gdqzx-0002K8-Vy for emacs-orgmode@gnu.org; Sat, 28 Oct 2006 12:25:30 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GdqzY-0002va-L7 for emacs-orgmode@gnu.org; Sat, 28 Oct 2006 18:25:04 +0200 Received: from dialin-145-254-251-219.pools.arcor-ip.net ([145.254.251.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Oct 2006 18:25:04 +0200 Received: from u.jochum by dialin-145-254-251-219.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Oct 2006 18:25:04 +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 Hi all, when I want to export and browse an org-file using the command C-c C-e b, orgmode looks for a browser to display the exported html-page. I HAD installed Opera, but switched to Firefox for several reasons. But now orgmode still wants to use Opera as default browser to display the exported html-page. Of course I have changed the browse-url-settings in my .emacs file, so there is absolutely no reference to opera in my .emacs. But whatever I do, C-c C-e b tries to start Opera (by calling /usr/bin/opera) instead of Firefox, and then it exits abnormally with "code 127" (I have no idea what that code means). So how can I tell orgmode to use Firefox instead of Opera? Or does orgmode depend on a hidden emacs-configuration-parameter? I feel completely clueless... Any hint welcome! Best, Uwe