From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Problem with hourly repeater Date: Wed, 10 Oct 2012 15:04:45 +0000 (UTC) Message-ID: <87zk3unzli.fsf@mean.albasani.net> References: <874nm5avug.fsf@mean.albasani.net> <507589B2.4010606@os.inf.tu-dresden.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLxqO-00025r-IS for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 11:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLxqE-0001qs-RR for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 11:05:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:51365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLxqE-0001qg-L1 for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 11:04:58 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TLxqI-0007cM-QR for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 17:05:02 +0200 Received: from e178225195.adsl.alicedsl.de ([85.178.225.195]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2012 17:05:02 +0200 Received: from gegendosenfleisch by e178225195.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2012 17:05:02 +0200 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 Martin Pohlack writes: > This has been discussed several times before and the conclusion was that > hourly repeaters are not supported: True, back in 2009. Not true anymore: ,----[ ORG-NEWS Version 7.9.2 ] | **** Support for hourly repeat cookies | | You can now use | | : SCHEDULED: <2012-08-20 lun. 08:00 +1h> | | if you want to add an hourly repeater to an entry. `---- It even made it into the manual by now: ,----[ (info "(org)Repeated tasks") ] | You can use yearly, monthly, weekly, daily | and hourly repeat cookies by using the `y/w/m/d/h' letters. `---- Memnon