Hi Pedro, Pedro R.M. Júnior <pedrormjun...@gmail.com> writes:
> 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. > [...] > 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. 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) `----