noctuid/link-hint.el

Extremely slow when numerous links are contained in invisible overlays

Opened this issue · 0 comments

(Possibly related to #9 but not sure if it is)

Hello, I encountered a situation where link-hint is extremely slow in scanning links.

See the following screenshot for example. There are numerous links (accumulated for four years) in the folded Org subtrees, and it is like an eternity to scan all links in the "visible" area of the window:

link-hint-4

A solution would be to check invisible overlay properties or use org-invisible-p function to skip invisible links.