From mboxrd@z Thu Jan 1 00:00:00 1970 From: phaer Subject: Re: Repeat task on last sunday of a month Date: Tue, 23 Apr 2013 08:57:42 +0200 Message-ID: <87li897mzd.fsf@kassiopeia.local.i-did-not-set--mail-host-address--so-tickle-me> References: <87mwsp7nb2.fsf@kassiopeia.local.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUXAm-00079T-SK for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 02:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUXAm-0003qZ-2j for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 02:57:52 -0400 Received: from deleuze.hcoop.net ([69.90.123.67]:42445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUXAl-0003qV-VO for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 02:57:51 -0400 Received: from chello080108051063.9.11.vie.surfer.at ([80.108.51.63] helo=localhost) by deleuze.hcoop.net with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.63) (envelope-from ) id 1UUXAl-0007df-65 for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 02:57:51 -0400 In-reply-to: <87mwsp7nb2.fsf@kassiopeia.local.i-did-not-set--mail-host-address--so-tickle-me> 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 Never mind, i just found %%diary-float and <%%(diary-float t 0 -1)> solves my problem. sorry for the noise, phaer phaer writes: > Hi, > > I have a few meetings scheduled on the second tuesday, last > sunday, etc of a given month and wonder how to express this using > org-modes syntax. "+1m" does not work, because it looks for days of the > month. Did i overlook something o do i need some custom e-lisp for this? > > thank you, > phaer