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

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

[emacs-wiki-discuss] Trouble getting planner+remember working


From: Neilen Marais
Subject: [emacs-wiki-discuss] Trouble getting planner+remember working
Date: Wed, 23 Feb 2005 12:50:29 +0200

Hi!

I'm having some problems getting planner and remember to work toghether,
and also have a problem saving files with planner. I'm using xemacs,
emacs-wiki and planner from debian testing, and remember from Sacha's
site.

First, my problem with remember:

I put the following in my ~/.xemacs/init.el file:

;; Volgende klomp goed van sacha chua se site
;; http://sacha.free.net.ph/notebook/wiki/RememberEl.php
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/remember/")
(require 'remember)
(require 'planner)

;; Use BBDB to complete names and addresses
(setq remember-handler-functions '(remember-append-to-planner))
(setq remember-annotation-functions planner-annotation-functions)

If I M-x remember, and then try to save it with C-c-C-c, I get the
following error in the mini-buffer:

Symbol's function definition is void: remember-append-to-planner.

If I use the default file backed, it seems to work.

Secondly, I have a problem saving files with planner. Usually, planner
will make a file look something like this: 

* Tasks

#A   _ Get Potatoes (2005.02.23)

If I now try to save the file, xemacs goes into an infinite loop until I
press C-G. However, if I edit it to look like this:

* Tasks

 #A   _ Get Potatoes (2005.02.23)

(note the space before the #A)

it seems to be fine.

Any insight appreciated :)

Thanks
Neilen






reply via email to

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