Kaushal Modi <kaushal.m...@gmail.com> writes: > Also, I am working on implementing this in an exporter backend. So what > would be the canonical way to do that in ox-foo.el?
I think I would do something like this: in a parse tree filter, find every custom ID link then expand current buffer, find real destination, and replace the original ID link with an external link generated from the aforementioned destination. Regards,