all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Feature Request: fully reveal links when isearch stops there
@ 2011-09-16 23:20 Dave Abrahams
  2011-09-17  8:49 ` Sebastien Vauban
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Abrahams @ 2011-09-16 23:20 UTC (permalink / raw)
  To: emacs-orgmode


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.

TIA,

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

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

* Re: Feature Request: fully reveal links when isearch stops there
  2011-09-16 23:20 Feature Request: fully reveal links when isearch stops there Dave Abrahams
@ 2011-09-17  8:49 ` Sebastien Vauban
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Vauban @ 2011-09-17  8:49 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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

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

end of thread, other threads:[~2011-09-17  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 23:20 Feature Request: fully reveal links when isearch stops there Dave Abrahams
2011-09-17  8:49 ` Sebastien Vauban

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.