Hi everyone,

 I just want to confirm that I'm experiencing the same problem. I'll try to produce a stack trace later on and follow-up if I notice anything...

Xemacs version 21.4.19 (std. package for debian testing/unstable)
planner-version 3.41 (from debian package 3.41-2)

I've got the following lines in my init.el:
(require 'planner)
(require 'planner-multi)

(defalias 'planner-multi-read-name-original 'planner-multi-read-name)
(defalias 'planner-multi-read-name 'planner-multi-read-name-multiple-prompts)
(require 'planner-report)
(load-file "~/emacs/schedule.el")
(require 'schedule)                    
(require 'planner-timeclock)
(require 'planner-timeclock-summary)

(when (and (locate-library "planner")
       (locate-library "muse"))
  (setq planner-project "Plan")
  (setq planner-directory "~/Plan")
  (setq planner-default-page "TaskPool"))

(setq muse-project-alist
      '(("Plan"
         ("~/Plan"           ;; where your Planner pages are located
          :default "TaskPool" ;; use value of `planner-default-page'
          :major-mode planner-mode
          :visit-link planner-visit-link)
        
         ;; This next part is for specifying where Planner pages
         ;; should be published and what Muse publishing style to
         ;; use.  In this example, we will use the XHTML publishing
         ;; style.
        
         (:base "planner-xhtml"
                ;; where files are published to
                ;; (the value of `planner-publishing-directory', if
                ;;  you have a configuration for an older version
                ;;  of Planner)
                :path "~/public_html/Plans"))))


--
--
Michael Hanisch
[EMAIL PROTECTED]
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to