gnu.emacs.sources
[Top] [All Lists]

easy-todo.el 0.3 --- Manage your todos in an extremely easy way!

Subject: easy-todo.el 0.3 --- Manage your todos in an extremely easy way!
From: William Xu <william.xwl@xxxxxxxxx>
Date: Sun, 06 Jul 2008 21:02:28 +0900
Newsgroups: gnu.emacs.sources
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

<Prev in Thread] Current Thread [Next in Thread>
  • easy-todo.el 0.3 --- Manage your todos in an extremely easy way!, William Xu <=