Derek Chen-Becker <[email protected]> writes: > Thanks for the explanation. Would a better approach be to make the lambda > selective on what the link actually contains (e.g. image vs something > else)? Or do you have another idea? Is there even an existing predicate > that could be used to determine link target type?
org-export-inline-image-p is the general approach. But ox-html defines its own org-html-inline-image-p. -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
