Samuel Wales <samolog...@gmail.com> writes:

> is isearch intended to be also affected?  or just org-next-link?  i
> suppose isearch is a generic emacs thing, just as lgrep would be
> generic, and most folk would want it to be generic and would get too
> confused if it were not, but just want to make sure.

No, isearch isn't affected.

> i have noticed a similar issue.  i wonder if it is related to the next
> link issue, or completely different and related to text properties or
> overlays or something?
>
> namely, isearch will not find google in the following link:
>
> [[http://google.com][go]]
>
> is there a hack to make isearch find links?  even though they are
> hidden?

Here are two options:

  * Set search-invisible to t.  (The default value of `open' won't allow
    you to match links.)

  * Make the links visible with org-toggle-link-display before
    searching.

Reply via email to