"numbch...@gmail.com" <numbch...@gmail.com> writes: > Is there any other possible potential functions will have relation with > this issue?
According to the backtrace mentioned in the bug report, the culprit is probably `org-label-store-link', which is probably one of the functions returned by `org-store-link-functions'. Since a consequence of your patch is to ignore all functions returned by `org-store-link-functions', it "solves" the issue you're having, in a way. Anyway, there is no such function in Org code base, so you may want to check where it is defined. Regards,