* On Wed 11:02PM +0000, 14 Nov 2007, Jim Ottaway ([EMAIL PROTECTED]) wrote:
> >>>>> Hsiu-Khuern Tang <[EMAIL PROTECTED]> writes:
>
> > I have the following lines in .emacs:
> > (require 'planner)
> > (require 'planner-deadline)
> > (require 'planner-appt)
> > (planner-appt-use-tasks)
> > (planner-appt-insinuate)
> > (planner-appt-calendar-insinuate)
> > (setq planner-appt-task-use-appointments-section-flag t)
>
> > I'm trying to use task-based appointments. I noticed the following
> > error when adding a task that has both an appointment and a deadline,
> > e.g., #B _ @16:00 do this {{Deadline: 2007.11.23 - 9 days}} (TaskPool)
>
> > Under Emacs22:
> > Wrote /home/htang/.planner/TaskPool.muse
> > abbreviate-file-name: Lisp nesting exceeds `max-lisp-eval-depth'
>
> > Under Emacs23:
> > Wrote /home/htang/.planner/TaskPool.muse
> > file-truename: Variable binding depth exceeds max-specpdl-size
>
> > The appointment does not show up under the Schedule section (or anywhere
> > else).
>
> This patch might fix it:
After applying this patch, I still get the "file-truename: Variable
binding depth exceeds max-specpdl-size" error. This was what I did:
wget http://download.gna.org/planner-el/planner-3.41.tar.gz
cd planner-3.41
patch -p1 < /path/to/planner-appt-task-parse-task.diff
make
sudo dpkg --purge planner-el # just to be safe
In .emacs:
(setq load-path (cons "/tmp/planner-3.41" load-path))
(require 'planner)
;; etc
Best,
Hsiu-Khuern.
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss