On Sun, 1 Mar 2009, Damien Leone wrote:
Hello,
As an emacs' org-mode user, I felt that I needed a module to handle my
org files in awesome, so I wrote it and I'm posting here in case
somebody else would be interested.
Great idea. Until now I mailed my self the agenda for the day from a
cronjob, this could replace it easily. I also avoided naughty but this
looks really good and I'm tempted to start using it.
On a side note, from my date widget I spawned rainlendar calendar app,
which is terribly broken for almost 5 months with latest GTK versions...
and I couldn't find a solid replacement, the sad part was that I only
need a calendar display without todos and notes (I have org-mode for
that). Only thing that came close was osmo (but it's very limited by
GTK, you can't hide menus, make it very small etc.). Anyway just
yesterday I started writing my own with pygtk that has only two buttons;
Close and Agenda (which uses emacsclient to eval org-agenda-list). If
anyone else would like to use that I'll post it eventually.
mail-agenda.sh
--------------------------------------
#!bin/bash
/usr/bin/emacs -batch -l ~/.emacs -eval '(org-batch-agenda "a" org-agenda-ndays 7 org-agenda-include-diary nil
org-agenda-files (quote ("~/.org/index.org" "~/.org/work.org" "~/.org/personal.org")))' |
/usr/bin/mail -s 'Todo-List & Calendar' [email protected]
--
To unsubscribe, send mail to [email protected].