From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: missing appointments Date: Thu, 23 Feb 2012 18:10:54 -0500 Message-ID: <4308.1330038654@alphaville> References: <7071.1329987734@alphaville> <87hayhljw8.fsf@mean.albasani.net> <87lintzc6c.fsf@norang.ca> <11742.1330026207@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0hoR-0006cq-AF for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 18:11:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0hoQ-0007au-Cv for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 18:10:59 -0500 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:33296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0hoQ-0007aq-96 for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 18:10:58 -0500 In-Reply-To: Message from Nick Dokos of "Thu, 23 Feb 2012 14:43:27 EST." <11742.1330026207@alphaville> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rodrigo Amestica Cc: Bernt Hansen , Memnon Anon , nicholas.dokos@hp.com, emacs-orgmode@gnu.org, carsten.dominik@gmail.com 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 represents one minute past midnight of the next day (my original "00:01" was one minute past midnight of the current day, i.e. some time in the past). > And what reschedules it for next time? Doesn't the timer fire once (if REPEAT > is nil) and then it's done? Still not clear about this though. I'll see what happens at midnight tonight. Nick PS. BTW, I was just looking through Bernt's document and saw that in my earlier mail, I missed the activation of appointments: (appt-activate 1) So that's one more thing for the OP to add to his .emacs.