abo-abo / plain-org-wiki

Simple jump-to-org-files in a directory package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

This package provides a completion command for a simple wiki. And I mean really simple: it’s just a folder with Org files which you can complete by name:

org-wiki
├── emacs.org
├── git.org
├── links.org
...

Setup

(require 'plain-org-wiki)
(setq plain-org-wiki-directory "~/org/wiki")

Usage

M-x plain-org-wiki gives you a list of all topics you have available in plain-org-wiki-directory. You can also add a new topic by selecting a name not already on the list.

About

Simple jump-to-org-files in a directory package


Languages

Language:Emacs Lisp 100.0%