From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: `org-next-link' skips links inside PROPERTIES drawer Date: Mon, 20 Jan 2020 19:19:16 -0700 Message-ID: References: <87d0bd66yt.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47814) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itj8T-0000bV-D5 for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 21:19:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itj8S-000414-8i for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 21:19:21 -0500 Received: from mail-lj1-x235.google.com ([2a00:1450:4864:20::235]:37068) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1itj8R-0003wR-Vw for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 21:19:20 -0500 Received: by mail-lj1-x235.google.com with SMTP id o13so1075428ljg.4 for ; Mon, 20 Jan 2020 18:19:18 -0800 (PST) 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: =?UTF-8?B?UGVkcm8gUi5NLiBKw7puaW9y?= Cc: Emacs Org Mode mailing list thanks from here too! interesting. 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. 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? and find everythign else that isearch does not find, if there is anythign else? in 9.1.14, a link like will be found by org-next-link, so perhaps it is more recent than that. [now i wodner if whatever kludge i put someplace that makes links in comments fontified or... clickable... or something... is not needed in more recent org.] On 1/20/20, Pedro R.M. J=C3=BAnior wrote: > Thanks for the > clarification and quoted suggestion.