emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* display org-link url
@ 2016-01-29  3:52 Satoru KURASHIKI
  2016-01-29 15:44 ` Nick Dokos
  2016-01-29 15:50 ` Nick Dokos
  0 siblings, 2 replies; 7+ messages in thread
From: Satoru KURASHIKI @ 2016-01-29  3:52 UTC (permalink / raw)
  To: emacs-orgmode

hi,

Are there any good way/settings to display org-link's url easily?

I'm happy if I can see them in minibuffer putting cursor on the org-link.
(like pointing urls on web browsers may show urls in statusbar)

regards,
-- 
KURASHIKI Satoru

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

* Re: display org-link url
  2016-01-29  3:52 display org-link url Satoru KURASHIKI
@ 2016-01-29 15:44 ` Nick Dokos
  2016-01-29 16:03   ` John Kitchin
  2016-01-29 15:50 ` Nick Dokos
  1 sibling, 1 reply; 7+ messages in thread
From: Nick Dokos @ 2016-01-29 15:44 UTC (permalink / raw)
  To: emacs-orgmode

Satoru KURASHIKI <lurdan@gmail.com> writes:

> hi,
>
> Are there any good way/settings to display org-link's url easily?
>
> I'm happy if I can see them in minibuffer putting cursor on the org-link.
> (like pointing urls on web browsers may show urls in statusbar)
>

I'm not sure whether it works in the console environment (I doubt it), but in a
graphics environment, if you hover with the moust over the link, you get
a "bubble" (I can't remember what it's really called :-( ) with the expanded link
shown.

-- 
Nick

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

* Re: display org-link url
  2016-01-29  3:52 display org-link url Satoru KURASHIKI
  2016-01-29 15:44 ` Nick Dokos
@ 2016-01-29 15:50 ` Nick Dokos
  1 sibling, 0 replies; 7+ messages in thread
From: Nick Dokos @ 2016-01-29 15:50 UTC (permalink / raw)
  To: emacs-orgmode

Satoru KURASHIKI <lurdan@gmail.com> writes:

> hi,
>
> Are there any good way/settings to display org-link's url easily?
>
> I'm happy if I can see them in minibuffer putting cursor on the org-link.
> (like pointing urls on web browsers may show urls in statusbar)
>

Another method: typing

C-u C-x =

somewhere inside the link shows you the text properties of the character
under the cursor. Characters in links have a couple of extra text
properties:

  help-echo            "LINK: file:my-theme.el"
  htmlize-link         (:uri "file:my-theme.el")

which show the referent of the link.

-- 
Nick

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

* Re: display org-link url
  2016-01-29 15:44 ` Nick Dokos
@ 2016-01-29 16:03   ` John Kitchin
  2016-01-29 16:38     ` Nick Dokos
  0 siblings, 1 reply; 7+ messages in thread
From: John Kitchin @ 2016-01-29 16:03 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode

try M-x org-toggle-link-display

that will show the long form of the links.

Nick Dokos writes:

> Satoru KURASHIKI <lurdan@gmail.com> writes:
>
>> hi,
>>
>> Are there any good way/settings to display org-link's url easily?
>>
>> I'm happy if I can see them in minibuffer putting cursor on the org-link.
>> (like pointing urls on web browsers may show urls in statusbar)
>>
>
> I'm not sure whether it works in the console environment (I doubt it), but in a
> graphics environment, if you hover with the moust over the link, you get
> a "bubble" (I can't remember what it's really called :-( ) with the expanded link
> shown.

I think you are looking for "tooltip" ;)


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

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

* Re: display org-link url
  2016-01-29 16:03   ` John Kitchin
@ 2016-01-29 16:38     ` Nick Dokos
  2016-01-29 17:07       ` Kaushal Modi
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Dokos @ 2016-01-29 16:38 UTC (permalink / raw)
  To: emacs-orgmode

John Kitchin <jkitchin@andrew.cmu.edu> writes:

>> ... if you hover with the moust over the link, you get
>> a "bubble" (I can't remember what it's really called :-( ) with the expanded link
>> shown.
>
> I think you are looking for "tooltip" ;)
>

Yup - thanks!

-- 
Nick

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

* Re: display org-link url
  2016-01-29 16:38     ` Nick Dokos
@ 2016-01-29 17:07       ` Kaushal Modi
  2016-02-01  6:52         ` Satoru KURASHIKI
  0 siblings, 1 reply; 7+ messages in thread
From: Kaushal Modi @ 2016-01-29 17:07 UTC (permalink / raw)
  To: Nick Dokos, emacs-orgmode

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

Or with the point on the link, you can hit C-c C-l. That will bring up the
link for editing in the minibuffer. Hitting C-g will take you out of there
without modifying the link.

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

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

* Re: display org-link url
  2016-01-29 17:07       ` Kaushal Modi
@ 2016-02-01  6:52         ` Satoru KURASHIKI
  0 siblings, 0 replies; 7+ messages in thread
From: Satoru KURASHIKI @ 2016-02-01  6:52 UTC (permalink / raw)
  To: emacs-orgmode

hi,

Thank you guys. I've tried them and found C-c C-l way is handy for me.

regards,
-- 
KURASHIKI Satoru

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

end of thread, other threads:[~2016-02-01  6:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29  3:52 display org-link url Satoru KURASHIKI
2016-01-29 15:44 ` Nick Dokos
2016-01-29 16:03   ` John Kitchin
2016-01-29 16:38     ` Nick Dokos
2016-01-29 17:07       ` Kaushal Modi
2016-02-01  6:52         ` Satoru KURASHIKI
2016-01-29 15:50 ` Nick Dokos

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).