emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Hyperlink handling broken


From: address@hidden
Subject: Re: [O] Hyperlink handling broken
Date: Thu, 21 Jul 2011 19:36:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110709 Thunderbird/5.0

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]