On Wed, Sep 12, 2007 at 11:39:35PM -0400, John Sullivan wrote:
> [EMAIL PROTECTED] writes:
> 
> > On Tue, Sep 11, 2007 at 01:34:43AM -0400, John Sullivan wrote:
> 
> I'm not sure it will make a difference, but just to be sure, could you
> please try things in this order:
> 
> (require 'planner)
> (require 'planner-multi)
> 
> (setq muse-project-alist
>       '(("WikiPlanner"
>         ("/home/ktneely/life/plans"   ;; plan location
>         :default "index"
>         :major-mode planner-mode
>         :visit-link planner-visit-link))))
> 
> (setq planner-project "WikiPlanner")
> 
> 
> > I also noticed a different problem. The Feisty machine likes to append
> > .muse to the files, so that my setup does not really work out the way
> > I want. Can I get it to not append that?
> >


I reordered them, as well as adding:
 (add-hook 'find-file-hooks 'muse-mode-maybe)   

to my .emacs file.  Now both installations read from the same files, and 
neither uses the .muse extension.  Progress, to be sure.

However, the two installations still behave a bit differently.  When I M-x plan 
on one, I get a new, empty file (in the ~/Plans directory), but when I do the 
same operation on the other computer, I get my current tasks, etc in the 
~/Plans directory.

Also, the one that creates a new file does not recognize a project plan file 
when opened (C-c C-f), but the other one does.

I know I am missing something in my configuration or setup, but cannot seem to 
track down what it is.

thanks,
K


-- 
In Vino Veritas
http://astroturfgarden.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to