[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
easy-todo.el 0.3 --- Manage your todos in an extremely easy way!
From: |
William Xu |
Subject: |
easy-todo.el 0.3 --- Manage your todos in an extremely easy way! |
Date: |
Sun, 06 Jul 2008 21:02:28 +0900 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) |
What is it?
-----------
;; `easy-todo-mode' is a very easy todo manager. It simply adds some
;; highlighted keywords, some special prefix flags(for indicating
;; different status of todo items) upon `text-mode'.
;; It supports four different prefix flags, namely, "^> "(ongoing),
;; "^- "(todo), "^| "(interrupted), "^o "(done). Here's a screenshot:
;;
;; ,----
;; | > (work) Check compress() function
;; | - (easy-todo) Sort by catagory/tag?
;; | | (emms) share music with iTunes user?
;; | o (misc) take a cup of tea
;; `----
Changes since 0.2:
------------------
* Improve color scheme for items in different status.
* Add a new status -- "^o" (done)
* Rename "*-unfinished-*" to "*-interrupted-*", and replace "^x" with "^|".
* Don't sort buffer automatically when switching item status.
* Code cleanup and organize.
--
William
http://williamxu.net9.org
Win95 is not a virus; a virus does something.
-- unknown source
easy-todo.el
Description: application/emacs-lisp
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- easy-todo.el 0.3 --- Manage your todos in an extremely easy way!,
William Xu <=