From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Sneller Subject: org-wikinodes and org 9.0.7 Date: Sun, 4 Jun 2017 08:22:02 +0100 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_BFD3110F-405F-40AF-B504-C96B9BA8FFCD" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHPrX-0005mW-Cr for emacs-orgmode@gnu.org; Sun, 04 Jun 2017 03:22:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHPrU-0001II-6c for emacs-orgmode@gnu.org; Sun, 04 Jun 2017 03:22:11 -0400 Received: from mail-wr0-x22d.google.com ([2a00:1450:400c:c0c::22d]:35432) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHPrT-0001Fl-QM for emacs-orgmode@gnu.org; Sun, 04 Jun 2017 03:22:08 -0400 Received: by mail-wr0-x22d.google.com with SMTP id q97so24081181wrb.2 for ; Sun, 04 Jun 2017 00:22:06 -0700 (PDT) Received: from adam-mbp.connect (static-87-75-100-188.vodafonexdsl.co.uk. [87.75.100.188]) by smtp.gmail.com with ESMTPSA id f70sm7882519wmd.25.2017.06.04.00.22.03 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 04 Jun 2017 00:22:04 -0700 (PDT) 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" To: emacs-orgmode@gnu.org --Apple-Mail=_BFD3110F-405F-40AF-B504-C96B9BA8FFCD Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I am having trouble using org-wikinodes with the latest version of org = (9.0.7). When I open my 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 =E2=80=94 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! --Apple-Mail=_BFD3110F-405F-40AF-B504-C96B9BA8FFCD Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
I am having = trouble using org-wikinodes with the latest version of org (9.0.7). When = I open my 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 =E2=80=94 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!

= --Apple-Mail=_BFD3110F-405F-40AF-B504-C96B9BA8FFCD--