Marcin Borkowski <mb...@mbork.pl> writes: > I see. I think I'll go another route then - in fact, I already started, > see https://mbork.pl/2023-01-02_Computing_Org_mode_TODO_stats :-)
That will also work. But why `plist-get' + `org-element-at-point-no-context'? You can instead use `org-element-property' + `org-element-at-point'. `org-element-property' will be resilient against internal AST representation changes and `org-element-at-point' will make use of caching. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>