From: Scott Campbell <scott.campbell@uwaterloo.ca>
To: emacs-orgmode@gnu.org
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 <at> /home/scott/.emacs.d/elpa/org-20150202/)]
Date: Thu, 5 Feb 2015 19:17:52 +0000 (UTC) [thread overview]
Message-ID: <loom.20150205T201042-267@post.gmane.org> (raw)
In-Reply-To: 87vbjj3td1.fsf@uwaterloo.ca
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.
next prev parent reply other threads:[~2015-02-05 20:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-03 15:09 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/)] Scott Campbell
2015-02-05 19:17 ` Scott Campbell [this message]
2015-02-07 21:04 ` 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/)] Nicolas Goaziou
2015-07-01 2:05 ` Scott Campbell
2015-07-01 12:45 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20150205T201042-267@post.gmane.org \
--to=scott.campbell@uwaterloo.ca \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).