From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Hide some timestamp repetitions; timestamp property in agenda Date: Sat, 05 Oct 2013 17:45:28 +0300 Message-ID: <87y567epyv.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VST76-0005ki-MZ for emacs-orgmode@gnu.org; Sat, 05 Oct 2013 10:45:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VST6z-0000cp-DS for emacs-orgmode@gnu.org; Sat, 05 Oct 2013 10:45:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:45038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VST6y-0000cZ-W1 for emacs-orgmode@gnu.org; Sat, 05 Oct 2013 10:45:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VST6w-0003OH-Sj for emacs-orgmode@gnu.org; Sat, 05 Oct 2013 16:45:38 +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 ; Sat, 05 Oct 2013 16:45:38 +0200 Received: from jarmo.hurri by cs78160219.pp.htv.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Oct 2013 16:45:38 +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. I am pretty sure that the following can be done, I just do not know how. 1. In general I want to see repeated timestamps, TODOs etc. appear at every repeat, so I need to have the value of org-agenda-repeating-timestamp-show-all set to t. However, for *some* repeated timestamps I would only like to see only the next repeated instance. How do I accomplish this? 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. Most often this text is a location. I want to see this text in my agenda. How can this be done? I would also like to say that org is gradually allowing me to better control an increasing proportion of my activities. All the best, Jarmo