From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Repeating Task Exception Date: Mon, 23 May 2011 13:24:23 -0400 Message-ID: <87ipt172k8.fsf@fastmail.fm> References: <87oc30rub3.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOYrk-0001C5-5R for emacs-orgmode@gnu.org; Mon, 23 May 2011 13:24:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOYri-0008VA-Qc for emacs-orgmode@gnu.org; Mon, 23 May 2011 13:24:28 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:33100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOYri-0008V5-Jy for emacs-orgmode@gnu.org; Mon, 23 May 2011 13:24:26 -0400 In-Reply-To: <87oc30rub3.fsf@norang.ca> (Bernt Hansen's message of "Wed, 18 May 2011 09:51:12 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > David Neu writes: > >> I was wondering if there was a way to add an "exception" to a >> repeating entry such as >> >> Weekly Meeting <2011-05-04 Wed 13:30-14:00 +1w> >> >> i..e I'd like to be able to insert a line that indicates when this >> event will *not* occur. >> > That's not currently supported. To handle this I clone the subtree with > time shift and remove the meetings that are cancelled. More complex calendar entries are supported (with limited functionality) through the use of diary sexps. In particular, the org-diary-class sexp (part of org-mode) was created to scenarios like the one above: http://orgmode.org/worg/org-faq.html#org-diary-class HTH, Matt