John Kitchin <johnrkitc...@gmail.com> writes: > I tried it, and indeed the links in captions are found, but something is > still not right. The :begin properties of the links in the caption seem > to be relative to the point after the : in the caption. That isn't > obvious and makes it hard to store a marker to the link. Is that > expected behavior?
This is an implementation detail. Parsing for secondary strings (e.g., captions, some keywords like "TITLE") happens in a temporary buffer. You cannot trust buffer positions in this case. Regards,