abo-abo / plain-org-wiki

Simple jump-to-org-files in a directory package
53 stars 7 forks source link

Documentation / Instructions / Issues installing #13

Open santiyounger opened 4 years ago

santiyounger commented 4 years ago

Hey, I'm really excited to try plain org wiki. I just made the switch from vim to emacs. I'm looking for an alternative to vimwiki.

My hope is to be able to create links between files easily. that seems to be what plain-org-wiki is for.

I couldn't find instructions / documentation for beginners. I organize my init.el file in an myinit.org file. I've managed to make every other package work alright like that.

I put this:

  #+BEGIN_SRC emacs-lisp
(require 'plain-org-wiki)
(setq plain-org-wiki-directory "~/org/wiki")
  #+END_SRC

I do this for every other package, I made sure to refresh packages as well.

I get an error and I can't make it work. I'm sure it's probably an easy fix or a dependency issue, if you could point me in the right direction, that'd be awesome! Thanks!

abo-abo commented 4 years ago

Your config looks correct. You can try M-x toggle-debug-on-error and re-load with eval-buffer.