From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Prochnow Subject: Re: no annual agenda entries for repeater interval "year" Date: Thu, 17 Sep 2009 19:03:57 +0200 Message-ID: <4AB26BFD.9090704@imag.fr> References: <4AB123DA.3050807@imag.fr> <87iqfifr3k.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoKOx-0005Rx-9D for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 13:04:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoKOr-0005RT-Mz for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 13:04:09 -0400 Received: from [199.232.76.173] (port=33880 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoKOr-0005RQ-Hb for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 13:04:05 -0400 Received: from mx2.imag.fr ([129.88.30.17]:50009 helo=rominette.imag.fr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MoKOq-0000bS-Tl for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 13:04:05 -0400 In-Reply-To: <87iqfifr3k.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Rose Cc: emacs-orgmode@gnu.org > ...because you'll need to schedule the entry? > The entry has to be a TODO, and scheduled or a deadline. After you > switched it to DONE ('S-RIGHT'), the entry shows up as done this year, > and as TODO next year. > Note, that `S-RIGHT' will switch the state from TODO to STARTED to TODO again > > * TODO some headline > SCHEDULED: <2009-09-16 Wed +1y> > > C-RIGHT C-RIGHT > > * TODO Headline > SCHEDULED: <2010-09-16 Do +1y> > - State "DONE" from "STARTED" [2009-09-17 Do 00:38] > :LOGBOOK: > :END: > :PROPERTIES: > :LAST_REPEAT: [2009-09-17 Do 00:38] > :END: Shifting the date by the specified time interval (marking DONE) works for me! I'm missing the repeated year entry in the agenda. E.g., * headline SCHEDULED: <2009-09-17 Thu +12m> produces repeated agenda entries for 2010-09-17, etc. But, * headline SCHEDULED: <2009-09-17 Thu +1y> does not. -- Steffen