From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: repeted scheduled item in agenda next week Date: Sun, 05 Feb 2012 10:11:18 -0500 Message-ID: <87ty35b9ih.fsf@norang.ca> References: <4F2E77EE.2070508@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru3kR-0000Lz-TN for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 10:11:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ru3kQ-0004oZ-Iq for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 10:11:23 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:40151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru3kQ-0004oS-6R for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 10:11:22 -0500 In-Reply-To: <4F2E77EE.2070508@gmail.com> (Glasspen's message of "Sun, 05 Feb 2012 13:37:02 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Glasspen Cc: emacs-orgmode@gnu.org Glasspen writes: > This is about repeted scheduled item that not shows in agenda next week > or month. I want to be able to see every todo item for next week. How > can I accomplish that? Now I can see scheduled items but not repeted > scheduled items. Why? Maybe try the following setting? (setq org-agenda-repeating-timestamp-show-all t) Regards, Bernt