Hi all, For getting properties of an org entry by ID, I currently (org 9.7) use (org-entry-get (org-id-find ID t) PROP), but `org-id-find' seems too slow. So I wonder this there any recommended ways to do this job?
or, maybe we can cache also the marker returned by `org-id-find' in `org-id-locations'?