Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I convert my org-mode wiki to org-wiki? And how can org-wiki access files in subfolder? #21

Open
alienbogart opened this issue Jun 8, 2018 · 0 comments

Comments

@alienbogart
Copy link

alienbogart commented Jun 8, 2018

(require 'org-wiki)
(setq org-wiki-location-list
      '(
	"/~/orgwiki"  ;; First wiki (root directory) is the default.
	))
;; Initialize first org-wiki-directory or default org-wiki
(setq org-wiki-location (car org-wiki-location-list))

I have a wiki that I created using orgmode. I tried using org-wiki with it, but it cannot see the subdirectories, and only lists the files that are in the same dir as index.org. I also tried creating a new wiki, and put some files in there, and org-wiki could not see them. Does org-wiki support files in different places, or I should just put everything in the same folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant