From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: missing appointments Date: Thu, 23 Feb 2012 14:14:06 +0000 (UTC) Message-ID: <87hayhljw8.fsf@mean.albasani.net> References: <7071.1329987734@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0ZRD-00072n-EG for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 09:14:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0ZR7-0001aB-LP for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 09:14:27 -0500 Received: from plane.gmane.org ([80.91.229.3]:35330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0ZR7-0001Zz-F8 for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 09:14:21 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S0ZR5-00028q-DE for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 15:14:19 +0100 Received: from e178235077.adsl.alicedsl.de ([85.178.235.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Feb 2012 15:14:19 +0100 Received: from gegendosenfleisch by e178235077.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Feb 2012 15:14:19 +0100 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: emacs-orgmode@gnu.org 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 manually with an > org-agenda-redo as above. One of these days I'll get that fixed. If > anybody has done that already, I'll gladly steal your code :-) http://doc.norang.ca/org-mode.html#sec-14-1 Memnon