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

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

[emacs-wiki-discuss] Re: new day; remember; error!


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: new day; remember; error!
Date: Mon, 12 Apr 2004 00:08:57 +0800
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

address@hidden writes:

> When M-x remember is called before M-x plan on a new day, an
> error is raised when the day page does not exist yet (something
> about consp).  This should not happen: the page should be created
> first.

I can't reproduce this with the latest remember, an empty ~/Plans, and
the following .emacs:

(add-to-list 'load-path "/home/sacha/notebook/emacs/dev/planner")
(add-to-list 'load-path "/home/sacha/notebook/emacs/dev/remember")
(add-to-list 'load-path "/home/sacha/notebook/emacs/dev/emacs-wiki")
(require 'remember-planner)
(setq remember-handler-functions '(remember-planner-append))
(remember)

I had problems if I rm -rf'd the complete directory, and have added
code to always create the directories.
-- 
Sacha Chua <address@hidden> - Ateneo CS faculty geekette
interests: emacs, gnu/linux, making computer science education fun
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C




reply via email to

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