help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: how to create simple hyperlinks


From: Tassilo Horn
Subject: Re: how to create simple hyperlinks
Date: Thu, 09 Dec 2010 17:48:32 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

tomer <tomer1levin@walla.co.il> writes:

> I am a beginner,
> I want to make a link to to other place in loaded file in emacs frame.
> the link should be actvate by clicking on the mouse and with
> customface.
> I know it is possible in org-mode but i want to use it in other major-
> mode.

,----[ (info "(org)Using links outside Org") ]
| You can insert and follow links that have Org syntax not only in Org,
| but in any Emacs buffer.  For this, you should create two global
| commands, like this (please select suitable global keys yourself):
| 
|      (global-set-key "\C-c L" 'org-insert-link-global)
|      (global-set-key "\C-c o" 'org-open-at-point-global)
`----

Ok, this won't make org-mode links clickable in other modes, but it's
betten than nothing.

Bye,
Tassilo




reply via email to

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