From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: let repeat events show just once in agendar? Date: Thu, 04 Dec 2008 07:05:06 -0500 Message-ID: <87abbcgn7x.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8CxF-000135-Ht for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 07:05:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8CxF-00012t-2N for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 07:05:13 -0500 Received: from [199.232.76.173] (port=41087 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8CxE-00012q-RR for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 07:05:12 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:62111) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L8CxE-0002T3-CL for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 07:05:12 -0500 In-Reply-To: (anhnmncb@sina.com's message of "Thu\, 4 Dec 2008 08\:22\:30 +0000 \(UTC\)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: anhnmncb Cc: emacs-orgmode@gnu.org anhnmncb writes: > Agenda shows daily repeatly events everyday, it makes agendar mess, and let me > hardly get notice the event that not repeatly. can I control it show the > repeatly event just once? I'm not aware of an option like that. You can remove the repeated events from the agenda temporarily with a filter. You can add a tag to your repeated events (or put them under a category with repeated events like this) ,---- | * Repeated Tasks > > > -- > Regards, > anhnmncb > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode :repeated: | ** Repeating Task One | DEADLINE: <2008-11-18 Fri ++1d> | ** Another repeated event | ... `---- Then in the agenda you can remove the repeated events with a filter / - TAB repeated RET HTH, -Bernt