emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Hyperlink handling broken


From: Marcelo de Moraes Serpa
Subject: Re: [O] Hyperlink handling broken
Date: Thu, 21 Jul 2011 12:39:21 -0500

Yes, sorry should have put OT.

On Thu, Jul 21, 2011 at 12:36 PM, address@hidden <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]