From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Hyperlink handling broken Date: Thu, 21 Jul 2011 12:39:21 -0500 Message-ID: References: <4E286388.1090801@ymail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016368e32764612e204a897d4b3 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjxDY-0007Ih-4D for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 13:39:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjxDX-0006br-7F for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 13:39:24 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:35039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjxDX-0006bl-2e for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 13:39:23 -0400 Received: by ewy9 with SMTP id 9so1583788ewy.0 for ; Thu, 21 Jul 2011 10:39:22 -0700 (PDT) In-Reply-To: <4E286388.1090801@ymail.com> 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: "iminet@ymail.com" Cc: emacs-orgmode@gnu.org --0016368e32764612e204a897d4b3 Content-Type: text/plain; charset=ISO-8859-1 Yes, sorry should have put OT. On Thu, Jul 21, 2011 at 12:36 PM, iminet@ymail.com wrote: > Am 21.07.2011 19:29, schrieb Marcelo de Moraes Serpa: > > Hi guys, >> >> Hyperlink handling for org is kind of broken for me. Each time I click a >> hyperlink in an org file, it will create a new instance of Firefox. Does >> someone know how to change the browser (to Chrome, for example) and make it >> open subsequent links in the same browser instance, as tabs? >> >> Thanks in advance, >> >> - Marcelo. >> > > Hi, > > as far as I know this is a general Emacs-issue, not an orgmode-issue; > nevertheless, here's my (working) solution: > In your ~/.emacs, insert this (or something similar): > > (setq browse-url-browser-function 'browse-url-generic > browse-url-generic-program "firefox") > > > This opens a new Firefox-tab for me. > > --0016368e32764612e204a897d4b3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes, sorry should have put OT.

On Thu, Ju= l 21, 2011 at 12:36 PM, iminet@ymail.co= m <iminet@ymai= l.com> wrote:
Am 21.07.2011 19:29, schrieb Marcelo de Mor= aes Serpa:

Hi guys,

Hyperlink handling for org is kind of broken for me. Each time I click a hy= perlink in an org file, it will create a new instance of Firefox. Does some= one know how to change the browser (to Chrome, for example) and make it ope= n subsequent links in the same browser instance, as tabs?

Thanks in advance,

- Marcelo.

Hi,

as far as I know this is a general Emacs-issue, not an orgmode-issue; never= theless, here's my (working) solution:
In your ~/.emacs, insert this (or something similar):

(setq browse-url-browser-function 'browse-url-generic
=A0 =A0 =A0browse-url-generic-program "firefox")


This opens a new Firefox-tab for me.


--0016368e32764612e204a897d4b3--