From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: let repeat events show just once in agendar? Date: Thu, 04 Dec 2008 08:56:58 -0600 Message-ID: <87skp4j8ed.fsf@fastmail.fm> 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 1L8Fdb-0007IM-19 for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 09:57:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8FdW-0007Ft-Il for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 09:57:05 -0500 Received: from [199.232.76.173] (port=40502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8FdW-0007Fn-Eb for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 09:57:02 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:47896) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8FdW-0004bz-2R for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 09:57:02 -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? > > > -- > Regards, > anhnmncb > Hi anhnmncb, To limit repeating events to a single day in the agenda, I set the following option to nil: (setq org-agenda-repeating-timestamp-show-all nil) Does that produce the effect you're looking for? Regards, Matt