[EMAIL PROTECTED] writes: > On Tue, Oct 02, 2007 at 11:54:18PM -0400, Michael Olson wrote: >> "Kevin T. Neely" <[EMAIL PROTECTED]> writes: >> >> > 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. >> >> Don't use planner-directory. Use planner-project. > > Unfortunately, that doesn't seem to work, either. Adding > (setq planner-project "/home/ktneely/Plans/")
I mean, set planner-project to "WikiPlanner" (the name of the project),
as you noted below.
> to my .emacs (or replacing (setq planner-project "WikiPlanner")) still
> does not force emacs to recognize that this directory is filled with
> planner project files.
I notice that you are using Muse 3.02.8. That version has some bugs in
this area. Use the latest version of Muse (3.11) instead. Note that
you will also need the development version of Planner with Muse 3.11, or
the Debian/Ubuntu package named "planner-el_3.41.arch.123".
Also, if you are calling the `plan' function from your .emacs, be sure
to add
(add-hook 'find-file-hooks 'muse-mode-maybe)
to your config. Since M-x plan wasn't working, this is not the main
problem, but I thought I'd mention it anyway.
--
Michael Olson -- FSF Associate Member #652 |
http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |
Sysadmin -- Hobbies: Lisp, GP2X, HCoop | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
pgpt8r9RNLWtM.pgp
Description: PGP signature
_______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
