TODO.ee

TODO.ee - to-do list

Data Description

This data file contains a list of TODO items with their descriptions and priorities. An example of the data file:

[(meta
  (format-version . "0.0.1")
  (database-version . "0.0.1")
  (view-data-file . "view/TODO.ee")
  (fields categories priority title ())
  (key-fields title))
 [("ee") 5 "Improve documentation, docstrings and comments" ((due-date . "2003-07-21"))]
 [("ee-commands") 3 "Make submenu of recently called commands" ()]
 [("ee-menubar") 3 "Show keybindings in the view" ()]
]

Useful Views

By Priority/by Category

This view categorizes a TODO list by priority and by category. There are at least three priority groups: "high" - for priority 1, "medium" - for priority 2, "low" - for priorities below 3. Views are stored in the view file view/TODO.ee and have the following properties:

c-path-finder categorizes by priority and categories
c-sorter sorts by priority: high, medium, low
r-sorter sorts by title
c-printer prints priority and category
r-printer prints colored priority and the title of TODO item
- high (4)
 - ee (1)
  - view (1)
 1 Better view description (separate columns descriptions)
 + ee-info (2)
- medium (3)
 + ee (2)
 + ee-imenu (1)
- low (25)
 + ee (3)
 + ee-bbdb (2)
 + ee-commands (4)
 + ee-customize (1)
 + ee-edb (1)
 + ee-gnus (2)
 + ee-info (4)
 + ee-menubar (2)
 + ee-outline (1)
 + ee-programs (1)
 + ee-textfile (3)
 + ee-views (1)
- low 5 (1)
 - ee (1)
 5 Improve documentation, docstrings and comments
+ low 9 (4)
--:%%  *ee-datafile*/TODO.ee (ee-datafile)--L1--C0--All---------------------
 

By Category/by Priority

This view categorizes the TODO list by category and then by priority.

c-path-finder categorizes by categories and priority
c-sorter sorts by priority: high, medium, low
r-sorter sorts by title
c-printer prints category and priority
r-printer prints colored priority and the title of TODO item
+ ee (8)
+ ee-bbdb (2)
- ee-commands (4)
 - low (4)
 3 Add called commands to command-history
 3 Get command category name from Info documentation
 3 Make separate view for functions, variables, options
 3 Make submenu of recently called commands
+ ee-customize (1)
+ ee-dselect (1)
+ ee-edb (1)
+ ee-gnus (2)
+ ee-imenu (1)
- ee-info (6)
 - high (2)
 1 Add index node names to view tree
 1 Update persistent data files when content of files named `dir' changes
 + low (4)
+ ee-menubar (2)
+ ee-outline (1)
+ ee-programs (4)
+ ee-textfile (3)
+ ee-views (1)
--:%%  *ee-datafile*/TODO.ee (ee-datafile)--L1--C0--All---------------------
 

By Due Date

This view categorizes the TODO list by category and then by priority.

c-path-finder categorizes by categories and priority
c-sorter sorts by priority: high, medium, low
r-sorter sorts by title
c-printer prints category and priority
r-printer prints colored priority and the title of TODO item
- 2003 (5)
 - Jan (3)
  - 25 (1)
 3 Add called commands to command-history
 3 Get command category name from Info documentation
 - Feb (2)
  - 14 (1)
 3 Implement summary mode for articles
  - 15 (1)
 5 Improve documentation, docstrings and comments
--:%%  *ee-datafile*/TODO.ee (ee-datafile)--L1--C0--All---------------------
 

TODO

  • Add more views