emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-wikinodes and org 9.0.7
@ 2017-06-04  7:22 Adam Sneller
  2017-06-04  7:33 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Sneller @ 2017-06-04  7:22 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-wikinodes and org 9.0.7
  2017-06-04  7:22 org-wikinodes and org 9.0.7 Adam Sneller
@ 2017-06-04  7:33 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-06-04  7:33 UTC (permalink / raw)
  To: Adam Sneller; +Cc: emacs-orgmode

Hello,

Adam Sneller <adam@earth2adam.com> writes:

> 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'".

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-04  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-04  7:22 org-wikinodes and org 9.0.7 Adam Sneller
2017-06-04  7:33 ` Nicolas Goaziou

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).