From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: proliferation of agenda tasks, but how to stop it please? Date: Sat, 09 Sep 2017 11:26:24 -0500 Message-ID: <8760cr7s9b.fsf@fastmail.fm> References: <87377v519s.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqiaT-00067H-R8 for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 12:26:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqiaQ-0004Ea-L0 for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 12:26:29 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:34061) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqiaQ-0004ES-I2 for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 12:26:26 -0400 In-Reply-To: <87377v519s.fsf@skimble.plus.com> (Sharon Kimble's message of "Sat, 09 Sep 2017 16:39:59 +0100") 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" To: Sharon Kimble Cc: Org Mode List Sharon Kimble writes: > How can I stop my 31-day agenda from showing each and every daily task > for each and every day, when all I need to see them on is today please? > > The change has only occurred since updating to > 'org-plus-contrib-20170906'. I believe you can put the following in your agenda file: (setq org-agenda-show-future-repeats nil) This has replaced the variable org-agenda-repeating-timestamp-show-all. Best, Matt