From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Krehel Subject: Re: Is there a way to search for link target, not description? Date: Mon, 07 Sep 2015 11:56:06 +0200 Message-ID: <87oahe4kp5.fsf@gmail.com> References: <87io7ns9cc.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYt9R-00039Z-OU for emacs-orgmode@gnu.org; Mon, 07 Sep 2015 05:55:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYt9O-0007YW-Ew for emacs-orgmode@gnu.org; Mon, 07 Sep 2015 05:55:49 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:35558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYt9N-0007YI-S7 for emacs-orgmode@gnu.org; Mon, 07 Sep 2015 05:55:46 -0400 Received: by wicge5 with SMTP id ge5so77585343wic.0 for ; Mon, 07 Sep 2015 02:55:45 -0700 (PDT) In-Reply-To: <87io7ns9cc.fsf@mbork.pl> (Marcin Borkowski's message of "Sun, 06 Sep 2015 20:15:15 +0200") 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcin Borkowski Cc: Org-Mode mailing list Marcin Borkowski writes: > Hi all, > > as in the subject. So, when I have e.g. [[foo][bar]], C-s finds bar, > but not foo. > > Any way to find foo without e.g. temporarily resorting to text-mode? The `swiper' command can do this. Available in GNU ELPA. I haven't used `isearch' for half a year now, only occasionally for testing. Oleh