From: khi at users.sourceforge.jp (khi at users.sourceforge.jp)
Subject: [Howm-eng 8] Re: Howto sort todo list
Date: Tue, 13 Sep 2005 01:22:14 +0900 [thread overview]
Message-ID: <m3wtlm2r49.wl@telperion.i> (raw)
Hi.
At Mon, 12 Sep 2005 09:08:24 -0500,
xsong at indiana.edu wrote:
> I am a newbie in howm. I want to know whether it is possible to sort my
> howto list according the importance and how to do it.
This is an experimental code from
<http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?SortByPriority>.
;; sort todo items according to their priority.
;; [2005-01-16]&3 foobar ==> priority = 3
(defun my-explicit-priority (late lazy item)
(let ((r (or lazy 0)))
(+ r (* late 0.00001))))
(defface explicit-priority-face '((t (:foreground "cyan"))) "my face")
(setq explicit-priority-face 'explicit-priority-face)
(howm-define-reminder "&" #'my-explicit-priority 'explicit-priority-face nil t t)
But, I believe "priority" in todo list is useless :-p
A typical scenario:
1. Number of todo items increases.
2. Soon, I tend to read "important" items only.
3. Then, I will give a high priority to every new item.
4. Inflation.
5. Ruin.
This is the reason why I dare to remove "priority"
and make such a curious "magic sorting" instead.
Do you have a better idea?
--
khi at users.sourceforge.jp
next reply other threads:[~2005-09-12 16:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-12 16:22 khi [this message]
2005-09-12 18:15 ` [Howm-eng 9] " xsong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3wtlm2r49.wl@telperion.i \
--to=howm-eng@lists.osdn.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).