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

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

[emacs-wiki-discuss] Re: planner.el: Groupings carrying over into next d


From: Jody Klymak
Subject: [emacs-wiki-discuss] Re: planner.el: Groupings carrying over into next day?
Date: Tue, 08 Feb 2005 14:41:44 -0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (darwin)

"John D. DeCuir" <address@hidden> writes:

> Is there any way to get planner.el to recognize these sections in
> the today view and to respect these sections in the following day's
> view, when the items are carried over?


If each of your tasks has a cross-link then:

(setq planner-sort-tasks-key-function 'planner-sort-tasks-link-key)

sorts alphabetically.  

You can write your own sorting algorithm as well by modifying
planner-sort-tasks-link-key.  I think you can also turn sorting off,
leaving you with yesterday's list unsorted.  New items will get tacked
on the end, but I don't see any way around that unless you have *some*
key in the task. 

Cheers,  Jody

-- 
Jody Klymak      http://opg1.ucsd.edu/~jklymak/
mailto:address@hidden   





reply via email to

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