evil-org-open-links stuck in infinite loop
ryanartecona opened this issue · 1 comments
ryanartecona commented
A couple times when I have triggered evil-org-open-links
it has crashed Emacs. One failure mode I've noticed is it opens a single link in an infinite loop until eventually crashing, and the other is it logs messages in an infinite loop without opening any links.
I think the root cause is on line 87, if org-next-link
can't find a link, or finds the same link under (point)
over and over again.
wsdookadr commented
@ryanartecona Hey Ryan, just pushed a fix for this.
Can you try it out and confirm if this bug is fixed ?