[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] PATCH Re: Bug: org-wikinodes: Failed to add wikinodes to `org-fo
From: |
Scott Campbell |
Subject: |
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 <at> /home/scott/.emacs.d/elpa/org-20150202/)] |
Date: |
Tue, 30 Jun 2015 22:05:32 -0400 |
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 <address@hidden> writes:
> Hello,
>
> Scott Campbell <address@hidden> 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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- 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 <at> /home/scott/.emacs.d/elpa/org-20150202/)],
Scott Campbell <=