emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Recurring events with exceptions


From: Karl Voit
Subject: Re: [O] Recurring events with exceptions
Date: Tue, 18 Oct 2011 22:38:10 +0200
User-agent: slrn/0.9.9 (Linux)

* Nick Dokos <address@hidden> wrote:
>
> All you have to do is explicitly exclude the two
> dates. Something like this (lightly tested) should work.  (NB: Wednesday
> = 3 and calendar/diary wants dates as 3-element lists in the form (month
> day year)):
>
> %%(let ((dayname (calendar-day-of-week date)))
>       (and (= dayname 3)
>            (not (calendar-date-equal date '(10 26 2011)))
>            (not (calendar-date-equal date '(11 30 2011)))))
>
> I added this to .diary, did M-x calendar RET and marked the entries
> with m: seems to work fine.

Oh, cool. Thanks for the example!

-- 
Karl Voit




reply via email to

[Prev in Thread] Current Thread [Next in Thread]