From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: `org-next-link' skips links inside PROPERTIES drawer Date: Tue, 21 Jan 2020 03:07:47 +0000 Message-ID: <878sm15wxo.fsf@kyleam.com> References: <87d0bd66yt.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51741) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itjtT-0001Yb-PI for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 22:07:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itjtS-0007ou-6D for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 22:07:55 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:64384) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itjtR-0007nk-NG for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 22:07:54 -0500 In-Reply-To: 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Samuel Wales , =?utf-8?Q?Pedro_R=2EM=2E_J=C3=BAn?= =?utf-8?Q?ior?= Cc: Emacs Org Mode mailing list Samuel Wales 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.