[O] Bug: org-wikinodes: Failed to add wikinodes to `org-font-lock-extra-keywords'. [8.2.10 (8.2.10-30-gca21b7-elpa @ /home/scott/.emacs.d/elpa/org-20150202/)]

2015-02-03 Thread Scott Campbell
Hello. I started testing org-wikinodes, and although the functionality seems to work (C-c C-o links from CamelCase words to headlines, with new headlines created as necessary), I can't get the face to change to match plain links. When I load an org file with CamelCase words/headlines, I get an err

[O] PATCH Re: Bug: org-wikinodes: Failed to add wikinodes to `org-font-lock-extra-keywords'. [8.2.10 (8.2.10-30-gca21b7-elpa /home/scott/.emacs.d/elpa/org-20150202/)]

2015-02-05 Thread Scott Campbell
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.

Re: [O] PATCH Re: Bug: org-wikinodes: Failed to add wikinodes to `org-font-lock-extra-keywords'. [8.2.10 (8.2.10-30-gca21b7-elpa /home/scott/.emacs.d/elpa/org-20150202/)]

2015-06-30 Thread Scott Campbell
llo, > > Scott Campbell 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