Michael Dauer <mick.da...@gmail.com> writes: > Shouldn't be org-export-resolve-fuzzy-link the relevant function, at least > for my use case? > > But there it looks like it is searching through all elements including > inlinetasks, which is in org-element-all-elements: > (append pseudo-types '(target) org-element-all-elements)
Maybe. Further it also calls org-export-search-cells, which does not consider inlinetasks even if they are matched. Best, Ihor