I think I have discovered the root of my problem of using Planner on two different systems, sharing the same .emacs file. Well, make that three now. I installed a new Feisty on a desktop. I can get the dual screens working under an nvidia card, but not planner. Go figure.
In any case, when I do a 'M-x plan' it correctly starts up a new file
with the name of the date in the correct location on my filesystem, but
does not enter planner mode.
If I open some old muse files in a different directory, with the .muse
extension, emacs does enter planner mode.
I think that if I forced Planner to recognize this directory as actually
containing planner files, I'd be set. However, the planner-directory
setting below does not seem to be doing it.
relevant parts of .emacs:
; Set up the Muse Planner and Project Modes:
(require 'planner)
(require 'planner-multi)
(setq planner-directory "~/Plans/") ;also tried as "home/ktneely/Plans"
(setq muse-project-alist
'(("WikiPlanner"
("/home/ktneely/Plans/" ;; plan location
:default "index"
:major-mode planner-mode
:visit-link planner-visit-link))))
(setq planner-project "WikiPlanner")
(setq muse-file-extension nil
muse-mode-auto-p t)
Planner: 3.41
Muse: 3.02.8
thanks,
K
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
