Somelauw / evil-org-mode

Supplemental evil-mode keybindings to emacs org-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with evil-org-open-links

EFLS opened this issue · comments

commented

When calling evil-org-open-links on a region with multiple links, I get:

evil-org-open-links: Symbol’s value as variable is void: org-link-search-failed

I'm using emacs 26.3 and org 9.3.6

Apparently, the variable org-link-search-failed is now named org-link--search-failed.
No idea when that change occurred, but replacing this in the function evil-org-generic-open-links seemed to work.