Skip to content

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

Description

@alienbogart
(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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions