From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pedro R.M. =?utf-8?Q?J=C3=BAnior?= Subject: Re: `org-next-link' skips links inside PROPERTIES drawer Date: Mon, 20 Jan 2020 21:02:53 -0300 Message-ID: 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]:36853) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ith0V-00043V-E2 for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 19:03:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ith0U-0002gg-Aw for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 19:02:59 -0500 Received: from mail-qk1-f179.google.com ([209.85.222.179]:42916) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ith0U-0002gT-7U for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 19:02:58 -0500 Received: by mail-qk1-f179.google.com with SMTP id q15so288680qke.9 for ; Mon, 20 Jan 2020 16:02:58 -0800 (PST) In-reply-to: <87d0bd66yt.fsf@kyleam.com> 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: Kyle Meyer Cc: Emacs Org Mode mailing list Hello Kyle, > This behavior came up in a previous thread. Quoting Nicolas: > > ,----[ https://lists.gnu.org/archive/html/emacs-orgmode/2019-04/msg00075.html ] > | This is expected. > | > | The value in a properties drawer cannot be a link, even though > | `org-open-at-point' would normally open it, as is done for comments. > | > | In addition to no being syntactically a valid link, I think it is > | undesirable for an interactive command to display hidden internal data. > | > | If you want to reach it, just write a function calling > | > | (re-search-forward org-any-link-re nil t) > `---- In fact, this have passed unobserved to me. Thanks for the clarification and quoted suggestion. Bests, Pedro