Hello Nicolas, Thanks for patching this.
Unfortunately, everytime I update the org-plus-contrib package via orgmode.org/elpa the org-wikinodes.el file reverts and I have to fix it manually. Should the patch be propagating to the Org mode archive? Thanks, Scott Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Scott Campbell <scott.campb...@uwaterloo.ca> writes: > >> Solved it. >> >> In org-wikinodes.el, change L328 from: >> >> (let ((m (member '(org-activate-plain-links) org-font-lock-extra- >> keywords))) >> >> to: >> >> (let ((m (member '(org-activate-plain-links (0 'org-link t)) org-font- >> lock-extra-keywords))) >> >> to account for a change in org.el to org-set-font-lock-defaults. > > Applied. Thank you. > > > Regards,