public inbox for howm-eng@lists.osdn.me
 help / color / mirror / Atom feed
From: khi at users.sourceforge.jp (khi at users.sourceforge.jp)
Subject: [Howm-eng 10] Re: Howto sort todo list
Date: Tue, 13 Sep 2005 23:18:55 +0900	[thread overview]
Message-ID: <m3hdcp125s.wl@telperion.i> (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


                 reply	other threads:[~2005-09-13 14:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3hdcp125s.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).