From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pedro R.M. =?utf-8?Q?J=C3=BAnior?= Subject: `org-next-link' skips links inside PROPERTIES drawer Date: Mon, 20 Jan 2020 19:56:26 -0300 Message-ID: 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]:56304) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itfyE-0004Xo-4o for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 17:56:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itfyC-0007kh-VP for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 17:56:34 -0500 Received: from mail-qv1-f47.google.com ([209.85.219.47]:35170) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1itfyC-0007kM-Ry for emacs-orgmode@gnu.org; Mon, 20 Jan 2020 17:56:32 -0500 Received: by mail-qv1-f47.google.com with SMTP id u10so581202qvi.2 for ; Mon, 20 Jan 2020 14:56:32 -0800 (PST) Received: from nov2019.local (vpn-143-106-200-220.home.unicamp.br. [143.106.200.220]) by smtp.gmail.com with ESMTPSA id p185sm16607158qkd.126.2020.01.20.14.56.28 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Jan 2020 14:56:29 -0800 (PST) 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: Emacs Org Mode mailing list Hello, I am testing Emacs 28 (Org 9.3) from the Git repository and I have noticed that, compared to version 26.3 (Org 9.1.9), `org-next-link' function is skipping links located inside the PROPERTIES drawer. (I have not tested version 27.) The same does not happen for the links outsize drawers or links inside a drawer other than PROPERTIES one, e.g., LOGBOOK drawer. As an example, consider the Org file between "=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D" lines below. Set the cursor at the beginning of the file. Then call `org-next-link'. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D * Heading :PROPERTIES: :MYLINK: https://orgmode.org/ :END: Another link: https://duckduckgo.com/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I would expect `org-next-link' to find the link inside the drawer (i.e., https://orgmode.org/) as in version 26.3. Instead, it goes directly to the second link (i.e., https://duckduckgo.com/). The same happens with `org-previous-link'. Let me know if this is an intentional behavior for newer versions of Org mode. If so, I think it could receive a customization option for this behavior. Bests, Pedro R.M. J=C3=BAnior