Hi Greg,

Thanks for your reply!

It' turns out that I didn't setup the "planner-project" variable. Now it 
works!

Xin





Sullivan, Gregory (US SSA) wrote:
> It should work the way you want.
> Make sure you follow the instructions at 
> http://www.emacswiki.org/cgi-bin/wiki/PlannerModeQuickStart
> and edit your ~/.emacs so that you set the planner-project variable and
> also the muse-project-alist includes an entry for the planner-project
> with the folder (e.g. "~/plans") in which your work.muse file lives.
>
> If you've done all that, try evaluating the following in a Lisp
> Interaction buffer (such as *scratch*), 
>
> (muse-project-file-alist planner-project t)
>
> (hit Ctrl-J at end of line to evaluate), and you should get a bunch of
> files that are used in completion.
>
> HTH.
> -- Greg
>
> The following is extracted from the web page above:
>
> Setting up Planner
> Add the files to your load-path. Change these paths as needed.
>
>      (add-to-list 'load-path "~/elisp/muse/lisp")
>      (add-to-list 'load-path "~/elisp/planner")
>      (add-to-list 'load-path "~/elisp/remember")Create your plan
> directory:
>
>      mkdir ~/plansSet up the project in your .emacs file:
>
>      (setq planner-project "WikiPlanner")
>      (setq muse-project-alist
>            '(("WikiPlanner"
>              ("~/plans"   ;; Or wherever you want your planner files to
> be
>              :default "index"
>              :major-mode planner-mode
>            :visit-link planner-visit-link))))
>      (require 'planner)
>
>
> --
> Gregory T. Sullivan, Ph.D.
> BAE Systems Advanced Information Technologies
> 6 New England Executive Park, Burlington, MA 01803
> (781)262-4553
> [EMAIL PROTECTED] 
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Xin Shi
> Sent: Wednesday, April 09, 2008 11:18 AM
> To: Discussion
> Subject: [Planner-el-discuss] TAB complete the Projects page when
> creatingtasks
>
> Hi,
>
> When I create a task in planner in a day page, after the description and
>
> date, it pops up the Page:. I have to manually type in the related page,
>
> for example "Work". Since the "Work.muse" is already in that directory, 
> I'm wondering why TAB is not working in this case, it just gives [No 
> match].
>
> Is that a bug or haven't implemented yet?
>
> Thanks!
>
> Xin
>
>
> _______________________________________________
> Planner-el-discuss mailing list
> [email protected]
> https://mail.gna.org/listinfo/planner-el-discuss
>
>
> _______________________________________________
> Planner-el-discuss mailing list
> [email protected]
> https://mail.gna.org/listinfo/planner-el-discuss
>   


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

Reply via email to