Re: [O] How to generate a list of ``who-links''?

2018-10-14 Thread Samuel Wales
this is good eonugh for me but perhaps you want to improve on it. (define-key org-mode-map (kbd "C-c w") 'alpha-org-what-links-here) (defun alpha-org-what-links-here () "Show all links that point to the current node. Possibly also show the target node itself. - fixme Bug in Org: g in agenda

[O] How to generate a list of ``who-links''?

2018-10-14 Thread Mirko Vukovic
Hello, I am looking for a way to get a list of all remote references to the current node? Currently, I do: - org-id-copy - In org-agenda I search the copied id. Is there - a better built-in way? - a contributed-package? - a suggestion how to code it in my elisp? Thanks, Mirko