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

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

Re: [emacs-wiki-discuss] MAJOR ANNOUNCEMENT: Let's shift over to planner


From: Gijs Hillenius
Subject: Re: [emacs-wiki-discuss] MAJOR ANNOUNCEMENT: Let's shift over to planner--muse!
Date: Tue, 11 Oct 2005 17:03:10 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>>>> Sacha Chua writes:

      > Hello, everyone!  Okay. This confusion with planner--dev and
      > planner-muse--main and planner--merge and planner--duo _HAS_
      > to stop. It's confusing the heck out of me and probably
      > confusing the heck out of you too. =)

      >   Let's get everyone onto Michael Olson's planner-muse
      > branch. We'll make that the canonical Planner
      > implementation. I've cleared this with Michael, who is more
      > than happy that emacs-wiki is finally going to quietly fade
      > away.


I am willing to try this. But it doesn't seem straightforward.

I thought the idea is to replace wiki-emacs with muse.


I added this to (~/emacs-extensions/gijs-planner.el which is called
from) .emacs:

===========================
(require 'planner)
(unless (fboundp 'planner-update-wiki-project)
  (defun planner-update-wiki-project ()
    ;; do nothing
    )
  (defvar planner-markup-tags nil))

;;; these are from
;;;  http://article.gmane.org/gmane.emacs.wiki.general/2408


(require 'muse-mode)     ; load authoring mode
     
(require 'muse-html)     ; load publishing styles I use
(require 'muse-latex)
(require 'muse-texinfo)
(require 'muse-docbook)
(require 'muse-project)

;;; these are from 
;;; http://www.mwolson.org/static/doc/muse.html#Installation

===============================

but I get: 

Debugger entered--Lisp error: (file-error "Cannot open load file" "emacs-wiki")
  require(emacs-wiki)
  eval-buffer(#<buffer  *load*<3>> nil "planner" nil t)
  load-with-code-conversion("/home/gijs/planner/planner.el" "planner" nil t)
  require(planner)
  eval-buffer(#<buffer  *load*<2>> nil "gijs-planner.el" nil t)
  load-with-code-conversion("/home/gijs/emacs-extensions/gijs-planner.el" 
"gijs-planner.el" nil nil)
  load("gijs-planner.el")
  eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
  load-with-code-conversion("/home/gijs/.emacs" "~/.emacs" t t)
  load("~/.emacs" t t)

Ok. What did I miss? Looking forward to your answers

Gijs



-- 
In war, truth is the first casualty.
                -- U Thant




reply via email to

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