Re: Viewing link information

2020-11-10 Thread Maxim Nikulin
2020-11-10 ian martins wrote: There is a shortcut to copy the link here . You could display it in the same way. It seems that original question was on viewing link, not copying it. As to copy, another possibility (borrowed from some stackove

Re: Viewing link information

2020-11-09 Thread Diego Zamboni
Hi Russell, I am using Doom Emacs, and in its default Org configuration it does exactly that: the link target is shown in the minibuffer after a brief delay, when the cursor is on the link. A bit of investigation reveals that it's using org-eldoc. This seems to be the code responsible for it: htt

Re: Viewing link information

2020-11-09 Thread ian martins
There is a shortcut to copy the link here . You could display it in the same way. On Fri, Oct 30, 2020 at 12:15 PM Russell Adams wrote: > Are there other ways to view information about an org link that I > don't list below? > > - M-x org-inser

Re: Viewing link information

2020-10-30 Thread Maxim Nikulin
2020-10-30 Russell Adams wrote: Are there other ways to view information about an org link that I don't list below? ... Are there ways to see this information live while navigating? Maybe on the modeline, or messages? C-h . Displaying links in minibuffer is regularly discussed here. E.g. the

Re: Viewing link information

2020-10-30 Thread Greg Minshall
Russell, > Are there other ways to view information about an org link that I > don't list below? i'll admit, this is how i do it: position cursor just before link, right arrow, C-d: having deleted the initial '[', the rest is revealed. then, C-_ to undo.

Re: Viewing link information

2020-10-30 Thread Garjola Dindi
On Fri 30-Oct-2020 at 17:14:37 +01, Russell Adams wrote: > Are there other ways to view information about an org link that I > don't list below? > > - M-x org-insert-link, the prompts for link and description show the >current values. Requires interacting with the prompts. > > - Switch to f

Viewing link information

2020-10-30 Thread Russell Adams
Are there other ways to view information about an org link that I don't list below? - M-x org-insert-link, the prompts for link and description show the current values. Requires interacting with the prompts. - Switch to fundamental mode - M-x org-toggle-link-display Are there ways to see