Hi Dave, Dave Abrahams wrote: > When I isearch for `foo' and find it in `[[foo][bar]]', I would like org > buffers to show me the whole link, verbatim, rather than merely showing > "bar". It's not very useful to see only the description in these cases.
What I do, when I want to see the full links, is simply hitting `M-f6' to toggle between seeing everything expanded, or the drawers and links collapsed, thanks to the following code: (global-set-key (kbd "<M-f6>") 'visible-mode) Best regards, Seb -- Sebastien Vauban