From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: recurring events with different notes for each occurrence Date: Sun, 06 Oct 2013 13:49:00 +0300 Message-ID: <87a9imisir.fsf@syk.fi> References: <87y567epyv.fsf@syk.fi> <2013-10-05T17-40-36@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSltq-0008EH-Be for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 06:49:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSltl-0006gB-5G for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 06:49:22 -0400 Received: from plane.gmane.org ([80.91.229.3]:52302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSltk-0006fJ-V4 for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 06:49:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VSltj-00025L-AL for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 12:49:15 +0200 Received: from cs78160219.pp.htv.fi ([62.78.160.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Oct 2013 12:49:15 +0200 Received: from jarmo.hurri by cs78160219.pp.htv.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Oct 2013 12:49:15 +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 Greetings Karl. Karl Voit writes: > * Jarmo Hurri wrote: >> 2. I have some events that take place multiple times in a week. This is >> easy to accomplish: >> >> * Learn something new about org-mode >> <2013-10-05 Sat 17:00-18:00 +1w> >> <2013-10-06 Sun 12:00-14:00 +1w> >> >> However, I would also like to associate, with each of these >> timestamps, a different piece of text. > > Now, I create a recurring event (let's say Linux User Group): > > ** <2013-10-07 17:00-19:00 +4w> LUGG @City > > Next, I invoke org-clone-subtree-with-time-shift and multiply the > event for the next year or so. This gets me a copy of the event for > each occurrence. Those distinct events I can delete, cancel, move, > add notes to, and so forth. > > I like this much better than one heading for all occurrences. That will do the work, but as a programmer I must say that I do not really like this technique, since it involves copying the same information to a large number of places. If I want to change information common to all occurrences, I can of course do a replace-string, but still... In any case, thanks for the tip! I learned something new, and may have to resort to using the approach anyway. Jarmo