From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: Hide some timestamp repetitions; timestamp property in agenda Date: Sun, 06 Oct 2013 13:37:59 +0300 Message-ID: <87eh7yit14.fsf@syk.fi> References: <87y567epyv.fsf@syk.fi> <20131006093501.GF2622@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSljD-0006jE-Nw for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 06:38:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSlj1-0003ft-Um for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 06:38:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:35397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSlj1-0003fj-OP for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 06:38:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VSliz-0005oL-GY for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 12:38:09 +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:38:09 +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:38:09 +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 Suvayu Ali writes: > On Sat, Oct 05, 2013 at 05:45:28PM +0300, Jarmo Hurri wrote: >> 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? > > Maybe habits can help here: (info "(org) Tracking your habits") Yep, that was the solution I was looking for. Thanks! Jarmo