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
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.
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