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

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

Re: [emacs-wiki-discuss] Re: Questions regarding planner-trunk


From: Michael Heinrich
Subject: Re: [emacs-wiki-discuss] Re: Questions regarding planner-trunk
Date: Fri, 25 Nov 2005 08:23:15 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Thank you all for your answers.

Sacha, the "michael-trunk-by" functions do _nearly_ what I want:

Sacha Chua <address@hidden> writes:

> (defvar michael-contexts '(("@Home" "Home")
>                            ("@Work" "Work")
>                            ("."     "")))
>                            
> (defun michael-trunk-by-context ()
>   "Trunk by `michael-contexts'."
>   (interactive)
>   (let ((planner-trunk-rule-list
>          (list "." nil michael-contexts)))
>     (planner-trunk-tasks)))
>

As my understanding in this function the whole "planner-trunk-rule-list"
is set to the one element '"." nil michael-contexts'.  I have other
trunked pages (e.g. SomdayMaybe) where I want other trunks (not by
context or by project). So the question is, how to _replace_ the element
of "NextActions" in "planner-trunk-rule-list" ?

Michael.




reply via email to

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