Hello, Kaushal Modi <kaushal.m...@gmail.com> writes:
> On Thu, Jun 8, 2017, 2:52 AM Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > >> Hello, >> >> Samuel Wales <samolog...@gmail.com> writes: >> >> > org-link-minor-mode broken by recent maint. both links and tses. >> >> I don't know what is `org-link-minor-mode'. >> > > I don't use this package, but it looks like this one: > https://github.com/seanohalpin/org-link-minor-mode OK. Thank you. I added backward compatible aliases in "org-compat". Hopefully, this should make the minor mode operational again. > > Also it hasn't been updated in 5 years; it's from org 7 era. Samuel, would you want to contact the author and suggest him to make the following change: (let ((org-link-minor-mode-keywords (list '(org-activate-angle-links (0 'org-link t)) '(org-activate-plain-links) '(org-activate-bracket-links (0 'org-link t)) '(org-activate-dates (0 'org-date t)) )) ...)) => (let ((org-link-minor-mode-keywords '((org-activate-links)))) ...) Regards, -- Nicolas Goaziou