From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pedro Ribeiro Mendes =?utf-8?Q?J=C3=BAnior?= Subject: `org-next-link' skips links inside PROPERTIES drawer Date: Thu, 16 Jan 2020 21:25:32 -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]:35925) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isFSF-0005nQ-JS for emacs-orgmode@gnu.org; Thu, 16 Jan 2020 19:25:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isFSE-0003dc-9p for emacs-orgmode@gnu.org; Thu, 16 Jan 2020 19:25:39 -0500 Received: from mail-qk1-x735.google.com ([2607:f8b0:4864:20::735]:37629) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isFSE-0003cv-2p for emacs-orgmode@gnu.org; Thu, 16 Jan 2020 19:25:38 -0500 Received: by mail-qk1-x735.google.com with SMTP id 21so21127895qky.4 for ; Thu, 16 Jan 2020 16:25:37 -0800 (PST) Received: from nov2019.local ([2804:431:c7f0:45c8:fc52:29a5:b6f1:38a5]) by smtp.gmail.com with ESMTPSA id c8sm11938781qtv.61.2020.01.16.16.25.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Jan 2020 16:25:35 -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/). 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