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

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

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


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

>>>>> Michael Olson writes:

    >> 3) add lines in .emacs (what about remove lines?)

      > I'd comment-out any changes to `emacs-wiki-projects'.  Any
      > lines that contain "emacs-wiki", comment out.

    >> 4) remove emacs-wiki? (not sure about this)

      > Make sure to remove emacs-wiki and any old (or
      > emacs-wiki-based) versions of planner from your load-path

That last reccomendation _is_ important. I had been using arch to
update planner; keeping that around made emacs throw errors at me.

I uncommented in .emacs:

;(add-to-list 'load-path "~/emacs-wiki/")
;(add-to-list 'load-path "~/planner/")

I kept:
(add-to-list 'load-path "~/remember/")  ;; cuz I still get this from arch


I also have (in gijs-planner.el which is loaded from my) .emacs

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

(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)



And am now using the planner-muse-el.deb from Michael Olson's
repository. I think I made it over the river.

Thanks, all, for your comments.







reply via email to

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