NEW: For a prettier blog interface, see the Wordpress version!
Tasks
| A | X | 20min read a book |
| A | X | Announce podcast |
| A | X | Review my 101 goals |
| A | X | Draft TLE abstract |
| B | X | Write BlueTwit for Emacs |
Schedule
Notes
1. Sharing 101 goals in 1001 days: 20:29
When Florina Xhabija mentioned how much she liked the way I shared my goals on my website and how each goal was associated with a next action, I was reminded of the 101-goals-in-1001-days project I'd started soon after I revamped my site.
My target date is 2010.07.02, which is in 972 days. =) Here's the list: 101 goals in 1001 days.
Random Emacs symbol: toggle-uniquify-buffer-names - Command: Toggle whether to uniquify buffer names by adding parent directory names.
2. Generating a table of projects and their actions: 20:44
Here's how I generated my list of 101 short-term goals.
First, I brainstormed the list of goals in an org-mode file. Each goal is represented by a level-2 outline heading. Current projects are tagged :PROJECT:. The goals are grouped under level-1 outline headings, like this:
* Reading, Writing, and Sharing ** 30. Write and publish a 350-page book about Emacs :PROJECT:
Then I went through all of the goals and added next actions to each of them.
* Reading, Writing, and Sharing ** 30. Write and publish a 350-page book about Emacs :PROJECT: *** TODO 30min Write another blog post about Emacs.
This made it easy to keep track of my finished tasks. Whenever I finished a next action, I'd mark a task as DONE and create another task in the same project. (Hey, I can automate that bit...)
To generate the list of next actions for projects without including the finished tasks, I used C-c C-v (org-show-todo-tree). I found that command by typing M-x org-show- and letting icomplete-mode show me the possible functions.
Then I exported the visible tree to a temporary buffer with C-c C-e v SPC (org-export, visible, keep buffer). I used re-builder to test a regular expression that combined the project headline with the task headline. I then copied the regular expression into a short Lisp program that replaced all the matching lines with the table row. I then exported this with C-c C-e H (org-export, HTML to buffer) and edited the page a little before saving it to a file.
This ability to quickly parse and massage the data into the form I want is one of the things that I love about Emacs. =)
Random Emacs symbol: debugger-setup-buffer - Function: Initialize the `*Backtrace*' buffer for entry to the debugger.
Contact
- Reply to Adrian Tritschler
- Reply to Richard Eriksson - sent 4 days ago
- Reply to "Portnoy, Felix Portnoy - sent yesterday
- Reply to bootsboni - sent today
- Reply to Michael Nielsen - sent yesterday
Inbox items: 40 as of 21:06
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 .