Hello,
I use emacs 22.1.1, muse 3.02.93 and planner 3.41 on windows XP
professional.
The planner set-up is as follows:
(setq muse-project-alist
'(
("WikiPlanner"
("~/.plans" ;; where your Planner pages are located
:default "TaskPool.muse" ;; use value of `planner-default-page'
:major-mode planner-mode
:visit-link planner-visit-link))
...etc
(require 'planner)
(add-hook 'planner-mode-hook 'turn-on-auto-fill)
(require 'planner-timestamp) ;; should come after (require 'planner-id)
(require 'planner-id) ;; necessary for task id's
(require 'planner-cyclic)
(require 'planner-publish)
(require 'planner-calendar)
(add-to-list 'load-path (local-setting 'remember-path))
(require 'remember-planner)
(setq remember-handler-functions '(remember-planner-append))
(setq remember-annotation-functions planner-annotation-functions)
Until recently things were going just fine. But (and I cannot point to a
cause), about a week ago things started going wrong.
- when I execute 'M-x plan', the new daily plan file comes up in muse mode
and not plan mode. Also, if I open some old daily tasks planner file at
random, it comes up in muse mode, and not planner mode.
- If I execute planner-create-task in a muse file, after specifying the task
and the date, I get an error message (copied from *message* buffer):
"muse-project-file-entries: Assertion failed: (file-name-directory path)".
- I get the same error if I do M-x remember, and try to save the note in the
daily plan file.
As I said, I cannot think of any particular reason why things stopped
working. Any ideas where to look for problems?
Thank you,
Mirko
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss