Re: [Orgmode] org-mode and appointments

2008-02-27 Thread Russell Adams
Ok, so how far in advance is appt supposed to alert you? I'm testing this, and I've gotten zenity to do a popup, and I've tied the refresh of the appt list to the agenda refresh with: (add-hook 'org-finalize-agenda-hook 'my-org-agenda-to-appt) I'm testing a series of timings before I start relyi

Re: [Orgmode] org-mode and appointments

2008-02-26 Thread Russell Adams
Great combined feature: http://alfredobuttari.wordpress.com/2008/02/08/emacs-appt-mode-reminders-with-gtk-popups/ I'm still trying to get this to work reliably, either appointments or calling out to a gtk popup, but I look forward to using it soon. Thanks. On Tue, Feb 26, 2008 at 05:09:39PM +01

Re: [Orgmode] org-mode and appointments

2008-02-26 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Feb 26, 2008, at 5:06 PM, Carsten Dominik wrote: > > [...] > > I forgot to clear the list: > > So to summarize, this is really all you need in .emacs: > > ;; Get appointments for today > (global-set-key (kbd " a") 'my-org-agenda-to-appt) > (defun my

Re: [Orgmode] org-mode and appointments

2008-02-26 Thread Carsten Dominik
On Feb 26, 2008, at 5:06 PM, Carsten Dominik wrote: [...] I forgot to clear the list: So to summarize, this is really all you need in .emacs: ;; Get appointments for today (global-set-key (kbd " a") 'my-org-agenda-to-appt) (defun my-org-agenda-to-appt () (interactive) (setq appt-time-msg-li

Re: [Orgmode] org-mode and appointments

2008-02-26 Thread Carsten Dominik
Hi Bernt, Bastien is quite busy, so let me replay On Feb 26, 2008, at 12:09 AM, Bernt Hansen wrote: Hi Bastien, I'm using your function for creating appointments: ,[ my-org-agenda-to-appt in .emacs ] | ;; Make appt aware of appointments from the agenda | (defun my-org-agenda-to-appt (&op

[Orgmode] org-mode and appointments

2008-02-25 Thread Bernt Hansen
Hi Bastien, I'm using your function for creating appointments: ,[ my-org-agenda-to-appt in .emacs ] | ;; Make appt aware of appointments from the agenda | (defun my-org-agenda-to-appt (&optional filter) | "Activate appointments found in `org-agenda-files'. | When prefixed, prompt for a regu