"Xiaohui Lu" <[EMAIL PROTECTED]> writes: > Hi Planners, > > I'm a new user of planner.el and looking forward to exploring its full > power. I installed planner-3.41, remember-1.9, muse-3.02.8 with my > emacs22.0.92. I'm reading planner-related pages on emacswiki.org and > experimenting with planner's various functions. It feels very good but I > have some questions: >
Welcome! > 1. Whenever I open a plan file, it's not automatically highlighted/linked, > only after I make some changes to the file the highlight/link will show. And > before that I cannot use tab/ret to follow links. I'd like it to be > automatically done. > That's unusual. It should be done by default. Do you have a muse-project-alist set in your .emacs file? > 2. C-x C-n is not bound to (remember) as mentioned in PlannerModeQuickStart, > should I use global-set-key to bind it myself? > Hm, it shouldn't say that. If you want it bound, then you need to do it. (global-set-key [f5 ?p ?r] 'remember) is what I use, to have it bound to F5 p r globally. > 3. How powerful is planner's wiki functionality, compared to EmacsWikiMode? > I want to begin to use wiki to manage my personal information, and am > wondering if planner alone would be enough or should install EmacsWiki. I > don't plan to publish anythign on-line yet, just to keep track of what I do. > Muse mode does what emacs-wiki-mode did. Muse should work well for maintaining your personal wiki. Planner is just a framework on top of that to build and use somewhat structured pages for planning. -- John Sullivan Emacs Planner Maintainer http://www.wjsullivan.net/PlannerMode.html GPG Key: AE8600B6 _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
