Hi,

I updated my planner from the emacs-wiki based version to the muse
based version. After that I could not publish to (x)html
anymore. After C-u M-x muse-project-publish the first (sometimes a
second or third file) html file seems to be generated. After that
XEmacs consumes lots of cpu cycles and the status line displays
alternating ...Garbage collection... and Wrote xxx.html. xxx.html is
the generated file.

I use Xemacs 21.4.19 and planner 3.41 (the *latest-packages make no
difference). Config is something like this:



( require 'planner )
( require 'planner-publish )
(setq planner-project "WikiPlans")
(setq planner-directory "~/work/Plans")
(setq planner-default-page "TaskPool")

( setq muse-project-alist
           '(
              ( "WikiPlans"
                ( "~/work/Plans"      ;; where your Planner pages are located
                  :default "TaskPool" ;; use value of `planner-default-page'
                  :major-mode planner-mode
                  :visit-link planner-visit-link)
                (: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/planner"
                 ))))


Without loading the planner-publish module publishing seems to work,
but only the styles offered by plain muse are available.

Michael

-- 
biff4emacsen - A biff-like tool for (X)Emacs
http://www.c0t0d0s0.de/biff4emacsen/biff4emacsen.html


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

Reply via email to