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

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

Re: [emacs-wiki-discuss] Re: your planner-config.el


From: pll+ew
Subject: Re: [emacs-wiki-discuss] Re: your planner-config.el
Date: Wed, 31 Mar 2004 12:25:35 -0500

In a message dated: Thu, 01 Apr 2004 00:43:53 +0800
Sacha Chua said:

>address@hidden writes:
>
>>   Symbol's value as variable is void: planner-annotation-functions
>
>Okay. Looks like you haven't required 'planner yet by this point.

But I have, here's the relevant section of the file I'm loading:

  (require 'planner)
  ;; planner-id - makes it so you can edit tasks and have 
  ; them change on two different plan pages.
  (require 'planner-id)

  (require 'remember);
  ;; remember-planner - a must have...
  (require 'remember-planner)
  (setq remember-handler-functions '(remember-planner-append))
  (setq remember-annotation-functions planner-annotation-functions)

  (setq planner-day-page-template "* Tasks\n\n\n* Schedule\n\n\n* Notes\n\n\n* 
Diary\n\n\n")


>I suspect that emacs-wiki-functions is a custom file that loads the
>appropriate modules and probably defines a handful of new functions, too.

That's what I suspected as well, and figured I wasn't missing 
anything important by commenting it out.  It was the 
remember-annotation-functions line that really confused me.

Thanks,
-- 
Seeya,
Paul

GPG Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE

         If you're not having fun, you're not doing it right!






reply via email to

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