NEW: For a prettier blog interface, see the Wordpress version!
Tasks
| A | X | Summarize my JapanTraining notes |
| A | X | Write down notes for JITSE |
| A | X | Download presentation materials for Ruby |
| B | X | Always call planner-create-task-hook : E-Mail from Christophe Garion (2005.03.10 planner bug) |
| B | X | Call Stars Travel and ask them to cancel 0792424867387 : E-Mail from Joe Mari Maja (TaskPool) |
| B | X | Merge planner-trunk : E-Mail from Dryice Dong Liu (2005.03.10 planner feature) |
Notes
1. Another Planner geek! =)
Welcome to the wonderful world of Planner, jsgotangco! jsgotangco discovered Planner because of Clair. Thanks, Clair!
He likes TaskPool because it gives him an overview of things he needs to do. I wrote this ~/.emacs for him:
(require 'planner) ;; Special functions for me (defun my-plan () "Call `plan' and then display the TaskPool." (interactive) (plan) (planner-find-file "TaskPool")) (defun my-task-pool () "Display my TaskPool." (interactive) (planner-find-file "TaskPool")) ;; Some keyboard shortcuts (global-unset-key (kbd "<f9>")) (global-set-key (kbd "<f9> t") 'planner-create-task-from-buffer) (global-set-key (kbd "<f9> <f9>") 'my-task-pool) (global-set-key (kbd "<f9> p") 'planner-goto-today) (global-set-key (kbd "<f9> P") 'planner-goto) ;; Carry forward unfinished tasks and then show the TaskPool page. (my-plan)
Chat with jsgotangco on testing.bitlbee.org
On Technorati: planner
I'd love to hear about any questions, comments, suggestions or links that you might have. Your comments will not be posted on this website immediately, but will be e-mailed to me first. You can use this form to get in touch with me, or e-mail me at sacha@sachachua.com .