From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Campbell Subject: 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/)] Date: Thu, 5 Feb 2015 19:17:52 +0000 (UTC) Message-ID: References: <87vbjj3td1.fsf@uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJSfn-0000bR-Ft for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 15:05:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJSfi-0007Y3-EM for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 15:05:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:47122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJSfi-0007V4-2j for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 15:05:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YJSfg-0007Gu-9P for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 21:05:04 +0100 Received: from 24-212-218-194.cable.teksavvy.com ([24.212.218.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Feb 2015 21:05:04 +0100 Received: from scott.campbell by 24-212-218-194.cable.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Feb 2015 21:05:04 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.