* [Howm-eng 10] Re: Howto sort todo list
@ 2005-09-13 14:18 khi
0 siblings, 0 replies; only message in thread
From: khi @ 2005-09-13 14:18 UTC (permalink / raw)
Thank you for your suggestion.
At Mon, 12 Sep 2005 13:15:15 -0500,
xsong at indiana.edu wrote:
> I am not a lisp programmer. So my idea might be not applicable: provide user
> the function to rearrange the priority number. For example, if someone has
> todo lists with priority number 3,6,20, this function will automatically
> change them to 5,10,15.
Though I don't have enough power to implement this idea immediately,
combining it with "manual sorting" may be interesting.
Manual sorting is another frequently asked feature.
An experimental cheap code is here.
http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?SortByHand
;; * Rearrange the order of items in *howmS* buffer by hand
;; * P, N ==> swap items (upper/lower)
;; * M-p, M-n ==> move item to top/bottom
;; * Save the order
;; * usage
;; * M-x howm-arrange-open hoge ==> search for "hoge"
;; * Sort items by hand with the above commands.
;; * M-x howm-arrange-save ==> save the order to ~/.howm-arrange
;; * later, again M-x howm-arrange-open hoge ==> load the order
;; * bug, restriction
;; * The order is saved only when you have searched with howm-arrange-open.
;; * Order of multiple hits within one file is not saved correctly.
;; * Wrong behavior may be caused when no note is hit by a search.
--
khi at users.sourceforge.jp
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-13 14:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-13 14:18 [Howm-eng 10] Re: Howto sort todo list khi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).