emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] Re: Automatically scheduling tasks onto TaskPoo


From: Alex Polite
Subject: Re: [emacs-wiki-discuss] Re: Automatically scheduling tasks onto TaskPool
Date: Sat, 11 Jun 2005 01:46:17 +0200
User-agent: Mutt/1.5.3i

On Fri, Jun 10, 2005 at 09:01:27AM +0800, Sacha Chua wrote:
> Sacha Chua <address@hidden> writes:
> 
> > ----------------------------------------------------------------
> > (defadvice planner-create-task-from-buffer (before paul activate)
> >   "Automatically schedule task onto TaskPool as well as other projects."
> >   (if plan-page
> >       (unless (string-match plan-page "TaskPool")
> >         (setq plan-page (concat plan-page planner-multi-separator 
> > "TaskPool")))
> >     (setq plan-page "TaskPool")))
> > ----------------------------------------------------------------
> 
> Heh, whoops, that should be
> 
> (defadvice planner-create-task-from-buffer (before paul activate)
>   "Automatically schedule task onto TaskPool as well as other projects."
>   (if plan-page
>       (unless (string-match "TaskPool" plan-page)
>         (setq plan-page (concat plan-page planner-multi-separator 
> "TaskPool")))
>     (setq plan-page "TaskPool")))
> 


Sacha.

Do you think you could add this more permanently to planner-multi?
Maybe make it conditional on some variable being set? And make the
default page a variable to. I'd like to use "[[AllTasksByProject][p]] 
[[AllTasksByContext][c]]"
instead of  TaskPool.

I'd be most  grateful.

alex

-- 
Alex Polite
http://flosspick.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]