NEW: For a prettier blog interface, see the Wordpress version!
No entries
| B | X | Reply to emacs-wiki thread in Debian user! =) from E-Mail%20from%20Yamagata%20Yoriyuki (JapanProject) |
| B1 | X | Fix embarrassing bug for Yvonne from E-Mail%20from%20Yvonne%20Thomson (PlannerModeMaintenance) |
| B2 | X | Send flash fiction story from E-Mail%20from%20joey%20alarilla (ShortStories) |
| B4 | X | Say yes about YOU and Infotech! whee! from E-Mail%20from%20joey%20alarilla (TaskPool) |
| B5 | X | Reply about design studies from E-Mail%20from%20Harvey%20Chua (Adphoto) |
6. Planner mode note customization: 17:13
;; What I want to have is the following:
;; - in the plan page, a note entry like
;; .#14 2004.10.05#3 12:24 Title of the note
;; Text of the note
;; - in the corresponding day page, an entry like
;; .#3 PlanPage#14 12:24 Title of the note
;; and no text in the day page.
;; To use:
;; (setq remember-handler-functions '(my/remember-planner-append))
;; It may be a good idea to (setq remember-planner-append-hook nil).
(defun my/remember-planner-append (&optional page)
"Remember this text to PAGE or today's page.
This function can be added to `remember-handler-functions'."
(require 'planner)
(set-buffer (get-buffer-create remember-buffer))
(let ((text (buffer-string))
(title (progn
(goto-char (point-min))
(buffer-substring (point-min) (line-end-position))))
day-note
plan-note
(time (format-time-string remember-planner-timestamp-format
(current-time)))
start)
(save-window-excursion
(unless page
(setq page (planner-read-name (planner-file-alist))))
(setq day-note (planner-create-note))
(setq start (line-beginning-position))
(if (or (not page) (equal page (planner-today)))
(insert text)
;; Add it to the plan page
(save-excursion
(save-restriction
(setq plan-note (planner-create-note page))
(insert " " (planner-today) "#"
(number-to-string day-note) time "\t"
text)))
;; Add the title to the date page
(insert " " page "#"
(number-to-string plan-note) time "\t" title))
(save-restriction
(narrow-to-region start (point))
(mapcar
(lambda (hook)
(save-window-excursion
(save-excursion
(save-restriction
(funcall hook)))))
remember-planner-append-hook))
(when remember-save-after-remembering
(save-buffer)))
t))
E-Mail%20from%20Christophe%20Garion
5. I just posted something to debian-jp-user! =): 13:19
E-Mail%20from%20Yamagata%20Yoriyuki
4. Essential web-based applications: 03:35
He likes using emacs-wiki.el for local wikis. =) Yay!
Got the link off http://del.icio.us/inbox/sachac . My del.icio.us feed is at http://del.icio.us/sachac . =) Check it out for fun URLs every so often.
3. Inner marketing geek: 03:27
I recommended their first design study, also commenting on the other studies my mom asked me to review. In my suggestions, I found myself going on a fair bit about copywriting. I may have an inner marketing geek. Must've been all those books I browsed through. Interesting...
I wonder if I made any sense. Looking forward to getting a reply from Mom.
2. October nomikai, Tokyo Linux Users Group: 02:15
Date: October 15, 2004 (Friday)
Time: 19:00-21:00
Place: Tengu New-Shinbashi-ten
Minato-ku, Shinbashi 2-6-4, Amakasu Bldg. B1
Phone: 03-3508-9448
http://gourmet.yahoo.co.jp/gourmet/restaurant/Kanto/Tokyo/guide/0401/P059837.html
Event: drink and eat (primarily a social activity)
Costs: will be divided up among participants
(usually around 3,000~4,000 yen)
E-Mail%20from%20Alberto%20Tomita
1. Fire?: 02:13
First it was announced that the fire alarm on the third floor had triggered, and we were told to wait for further instructions. Our room lights came on, too. After around ten minutes, AOTS staff must've hit the "Fire" button by mistake, too, as we heard the announcement for fire. This was quickly followed by the announcement that there really wasn't any fire and that the previous announcement was a false alarm. Nice to know that the people who did their prerecorded messages thought of the possibilities.
Funny. We heard the Japanese announcement for fire first. I was halfway out the door before the English translation kicked in. Sleepy as I was, I had somehow managed to grab my laptop, my glasses and my jacket...
Time to go back to sleep.
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 .