From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: change single occurrence of repeating event Date: Thu, 12 Apr 2012 15:05:16 +0200 Message-ID: <8762d514oj.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIJj6-0006co-V7 for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 09:06:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIJiv-0001aX-Vn for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 09:06:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:46782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIJiv-0001Zl-Ox for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 09:06:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SIJir-0007ch-1V for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 15:06:01 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2012 15:06:01 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2012 15:06:01 +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 Hi all, this is a basic (I think) question about repeating events. I am looking for an equivalent to other calendar's "change this specific occurrence" option. Here is an example. Assume, I have a repeating event, like a commute: #+begin_src org *** Train From Office <2012-01-02 Mo 15:49-17:07 +1w> #+end_src Quite often, I need to change that: 1. because I am not commuting (holidays/conference/...) 2. an important meeting postpones the commute As I aim for the same commuting times every day, I want 1. the repeating event to show in my agenda by default 2. the flexibility to delete or change single occurrences of that event. How would be the best way to accomplish both? Thanks in advance, Andreas