emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] more than one wiki directory?


From: Damien Elmes
Subject: Re: [emacs-wiki-discuss] more than one wiki directory?
Date: Wed, 07 Jan 2004 10:03:58 +1100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

Raimund Kohl-Fuechsle <address@hidden> writes:

> What I have in mind is to have several projects ... each single project
> in one directory, to not get confused when browsing through the files
> with dired.

Apologies if this is not what you're asking.

To set up a different directory for each project, do something like:

  (setq emacs-wiki-projects
        `(("default" . ((emacs-wiki-directories . ("~/Lib/wiki"))))
          ("uni" . ((emacs-wiki-directories . ("~/Lib/uni/wiki"))))
          ("web" . ((emacs-wiki-directories . ("~/Lib/webwiki"))
          [...]

Each time you find a file in one of these directories, it will switch
to the correct wiki project.

Note that you should leave emacs-wiki-directories undefined outside
of emacs-wiki-projects.

Cheers,
-- 
Damien Elmes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]