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

Attachment: easy-todo.el
Description: application/emacs-lisp

_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to