From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Feature Request: fully reveal links when isearch stops there Date: Sat, 17 Sep 2011 10:49:59 +0200 Message-ID: <80hb4b1rk8.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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 "") 'visible-mode) Best regards, Seb -- Sebastien Vauban