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

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

Re: [emacs-wiki-discuss] where does emacs-wiki end and muse begin?


From: Trent Buck
Subject: Re: [emacs-wiki-discuss] where does emacs-wiki end and muse begin?
Date: Tue, 01 Nov 2005 02:58:56 +1100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Paul Lussier <address@hidden> writes:

> I transitioned over to planner-muse last week.  Everything seemed to
> be fine until this morning and I ran M-x plan.  Suddenly my "existing
> page" links are red, instead of cyan, as it used to be.  Also, my
> planner-publishing directory, which used to be ~/public_html/planner,
> now seems to be ~/WebWiki.

Try adding something like this to your .emacs:

(when (locate-library "planner")
  (autoload 'plan "planner" nil t)
  (autoload 'planner-mode "planner" nil t)
  ;; I assume a modern, muse-based copy of planner.
  (setq planner-project "WikiPlans")
  (setq planner-default-page "TaskPool")
  ;; Tell muse about planner.
  (add-hook 'muse-project-alist
            (list planner-project
                  (list "~/public_html/planner"
                        :default planner-default-page
                        :major-mode 'planner-mode
                        :visit-link 'planner-visit-link))))

> I'm slightly confused as to where muse begins and emacs-wiki ends.
>
> - Do I still need emacs-wiki installed?  

No.

> - Do I still need to customize emacs-wiki variables, or are the now
>   muse variables?

The latter.

> - What do I use to publish my planner-muse files?  Is it still
>   emacs-wiki-publish?  That seems un-intuitive at the very least.

Try C-c C-p.  I use a separate emacs process invoked by Make to publish muse
and plan files:  http://twb.ath.cx/~twb/doc/muse/GNUmakefile.

HTH HAND.
-- 
Trent Buck, Student Errant




reply via email to

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