Re: [O] missing appointments

2012-02-23 Thread Nick Dokos
Nick Dokos wrote: > > I'm not sure I understand how it works, but I've added it (plus some > debugging) and we'll see how it goes: is the "24:01" a relative time or > an absolute time? I can't make heads or tails of the run-at-time doc. I went through the code: it's an absolute time and it repr

Re: [O] missing appointments

2012-02-23 Thread Nick Dokos
Bernt Hansen wrote: > Memnon Anon writes: > > > Nick Dokos writes: > > > >> ;; wrong > >> (setq org-appt-timer (run-at-time "00:01" nil (function > >> org-agenda-to-appt))) > > [...] > >> o finally, I would like to add a call at midnight every day to > >> recalculate appointments for the ne

Re: [O] missing appointments

2012-02-23 Thread Bernt Hansen
Memnon Anon writes: > Nick Dokos writes: > >> ;; wrong >> (setq org-appt-timer (run-at-time "00:01" nil (function org-agenda-to-appt))) > [...] >> o finally, I would like to add a call at midnight every day to >> recalculate appointments for the next day - unfortunately, the call >> above is

Re: [O] missing appointments

2012-02-23 Thread Memnon Anon
Nick Dokos writes: > ;; wrong > (setq org-appt-timer (run-at-time "00:01" nil (function org-agenda-to-appt))) [...] > o finally, I would like to add a call at midnight every day to > recalculate appointments for the next day - unfortunately, the call > above is not correct, so for now I do it

Re: [O] missing appointments

2012-02-23 Thread Nick Dokos
Rodrigo Amestica wrote: > Hi, > > I use appt to connect desktop notifications to appointments in my > agenda. However, the connection between the appointments and the > notification system does not happen until I visit the agenda with, for > example, "C-c a a", which I sometimes forget to invoke