Hi, Cumhur Erkut wrote: > > Dear planners, > > When using planner and muse in Xemacs Beta version 21.5.27 of May 2006 on > FC6, > I experience similar problems to those reported below: > > -[[https://mail.gna.org/public/planner-el-discuss/2006-11/msg00029.html][Planner-el-discuss: > > Problem publishing planner to HTML]] > -[[https://mail.gna.org/public/planner-el-discuss/2006-10/msg00029.html][Planner-el-discuss: > > tla muse and Planner Publishing]] > > I started with latest gna releases, after reading the first tread, updated to > the 2006.11.26 development snaphsots of muse, planner, and remember at > http://www.mwolson.org/static/dist/ ; xemacs still goes to 100% CPU usage > when > I issue a =muse-project-publish=. When I kill xemacs, I get the backtrace > below. > > I have tried =muse-publish-this-file= on a file that does not contain a > *Notes > section, it works fine. A single note causes the infinite loop. I think the > problem boils down to the note-tags, but I can't figure out how to solve it. > Any help is appreciated. maybe it is the same problem some other people (incl. me) discovered? IIRC we all use XEmacs. As a quick hack you can try to manipulate the last (insert ...) in planner-publish-markup-note in the file planner-publish.el: (insert "\n\n</content>\n</not>\n")))) After byte compiling and reloading I can publish to html. The generated html is corrupt, but better than nothing.
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
