all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Hyperlink handling broken
@ 2011-07-21 17:29 Marcelo de Moraes Serpa
  2011-07-21 17:36 ` iminet
  0 siblings, 1 reply; 3+ messages in thread
From: Marcelo de Moraes Serpa @ 2011-07-21 17:29 UTC (permalink / raw
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 400 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Hyperlink handling broken
  2011-07-21 17:29 Hyperlink handling broken Marcelo de Moraes Serpa
@ 2011-07-21 17:36 ` iminet
  2011-07-21 17:39   ` Marcelo de Moraes Serpa
  0 siblings, 1 reply; 3+ messages in thread
From: iminet @ 2011-07-21 17:36 UTC (permalink / raw
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Hyperlink handling broken
  2011-07-21 17:36 ` iminet
@ 2011-07-21 17:39   ` Marcelo de Moraes Serpa
  0 siblings, 0 replies; 3+ messages in thread
From: Marcelo de Moraes Serpa @ 2011-07-21 17:39 UTC (permalink / raw
  To: iminet@ymail.com; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

Yes, sorry should have put OT.

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

[-- Attachment #2: Type: text/html, Size: 1353 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-21 17:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 17:29 Hyperlink handling broken Marcelo de Moraes Serpa
2011-07-21 17:36 ` iminet
2011-07-21 17:39   ` Marcelo de Moraes Serpa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.