NEW: For a prettier blog interface, see the Wordpress version!
Tasks
| A1 | X | Figure out XEmacs problem from E-Mail from pll {{Tasks:687}} (PlannerModeCompletedTasks) |
| B1 | X | Turn off tables unless explicitly loaded {{Tasks:704}} (PlannerModeCompletedTasks) |
| B2 | X | planner-annotation-from-info from Chat with YvonneZ on niven.freenode.net%23emacs {{Tasks:703}} (PlannerModeCompletedTasks) |
| B3 | X | Check planner-id-add-task-id-to-all from Chat with johnsu01 on kornbluth.freenode.net%23emacs {{Tasks:667}} (PlannerModeCompletedTasks) |
| B4 | X | Make planner-publishing-markup pass XHTML 1.0 Strict from Chat with trzkril on niven.freenode.net%23emacs {{Tasks:701}} (PlannerModeCompletedTasks) |
| B5 | X | Reply {{Tasks:694}} (E-Mail from grace b.) |
| B6 | X | Figure out how to embed lisp code into commands from E-Mail from Travis B. Hartwell {{Tasks:684}} (PlannerModeCompletedTasks) |
~/.diary schedule
| 12:30 | 13:30 | CS161 at IBM Room |
| 13:30 | 14:30 | CS161 at IBM Room |
| 15:30 | 16:30 | CS21A at F227 |
Notes
3. Searching for all entries related to a person
The more general question is:
How do you extract entities (persons / resources) from semi-structured text? I'm working with hyperlinked entries, so I can assume that:
- any e-mail is associated with a person (I hope) - websites will frequently be rooted off another person's namespace - the contact database is populated by people - names will tend to be non-dictionary, capitalized words
I'll start out by getting explicit, consistent links recognized. Then explicit, inconsistent links. Then unlinked names (woohoo).
2. Information retrieval research
Personal information management
- UC Berkeley: School of Information Management and Systems - Canterbury, NZ: http://www.cosc.canterbury.ac.nz/research/RG/HCI/InfoRetrieval/ - http://www.cs.yale.edu/people/faculty/gelernter.html: lifestreams - http://www.ics.uci.edu/~jpd/research/temporal.html: temporal and social structures - http://haystack.lcs.mit.edu/ : (Oh wow... pretty... Cluttered, but pretty...) - http://kftf.ischool.washington.edu/projKFTF.asp - http://osafoundation.org/OSAF_Our_Vision.htm: Chandler - http://blog.mathemagenic.com/2004/02/01.html
1. XHTML 1.0 strict does not allow numeric anchors
<trzkril> (defcustom planner-publishing-markup <trzkril> '(["^#\\([A-C]\\)\\([0-9]*\\)\\s-*\\([_oX>]\\)\\s-*\\(.+\\)" <trzkril> 0 planner-markup-task] <trzkril> - ["^\\.#\\([0-9]+\\)" 0 "** <a id=\"\\1\"></a>"] <trzkril> + ["^\\.#\\([0-9]+\\)" 0 "** <a id=\"note\\1\"></a>"] <trzkril> sachac: an id="1" is just not allowed in XHTML 1.0 StrictChat with tang^ on niven.freenode.net%23emacs
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 .