emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Sneller <adam@earth2adam.com>
To: emacs-orgmode@gnu.org
Subject: org-wikinodes and org 9.0.7
Date: Sun, 4 Jun 2017 08:22:02 +0100	[thread overview]
Message-ID: <CC342453-E833-4F2F-AB19-2F05440D42A5@earth2adam.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]

I am having trouble using org-wikinodes with the latest version of org (9.0.7). When I open my test.org <http://test.org/> file, I get a message in the mini-buffer "Failed to add wikinodes to 'org-font-lock-extra-keywords'". So after some trial and error, I changed this line in org-wikinodes:

 (let ((m (member '(org-activate-plain-links (0 'org-link t))

to this:

 (let ((m (member '(org-activate-plain-links (0 'org-link))

And now it loads — all the CamelCase words are blue, and clicking or hitting C-c C-o works as well. But... org-return-follows-link does not work.  It works fine with all other org-links. But not org-wikinode links...

Here is what I have in my init.el file:

;;; Set default directory
(setq default-directory "~/org/")

;;; Add path to src directory
(add-to-list 'load-path "~/.emacs.d/lisp")
(add-to-list 'load-path "~/.emacs.d/lisp/org-9.0.7/lisp")
(add-to-list 'load-path "~/.emacs.d/lisp/org-9.0.7/contrib/lisp" t)

;;; Load last-opened file
(desktop-save-mode 0)

;;; Stop emacs from saving redundant backup files
(setq make-backup-files nil)

(custom-set-variables
 '(org-modules (quote (org-wikinodes)))
 '(org-return-follows-link t)
 '(org-wikinodes-scope (quote directory)))

Any ideas?

Thanks!


[-- Attachment #2: Type: text/html, Size: 2871 bytes --]

             reply	other threads:[~2017-06-04  7:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-04  7:22 Adam Sneller [this message]
2017-06-04  7:33 ` org-wikinodes and org 9.0.7 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=CC342453-E833-4F2F-AB19-2F05440D42A5@earth2adam.com \
    --to=adam@earth2adam.com \
    --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).