From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: timestamped items not showing in today agenda view Date: Mon, 27 Aug 2012 16:31:16 -0700 Message-ID: References: <87zk5n22vo.fsf@altern.org> <87a9xnnvyh.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T68m7-0004IV-HO for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 19:31:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T68m6-0004jr-I5 for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 19:31:19 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:37918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T68m6-0004hG-A3 for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 19:31:18 -0400 Received: by lbon3 with SMTP id n3so2915724lbo.0 for ; Mon, 27 Aug 2012 16:31:16 -0700 (PDT) In-Reply-To: <87a9xnnvyh.fsf@altern.org> 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: Bastien Cc: emacs-orgmode@gnu.org Hi List, Just to follow up on this, Bastien helped me figure it out off-list. The solution is to use or in place of , and some combination of < or <= depending on exactly what you want to see where and when. -k. On Wed, Aug 22, 2012 at 1:59 AM, Bastien wrote: > Hi Ken, > > Ken Mankoff writes: > >>> Can you tell what is the value of these variables? >>> >>> org-agenda-todo-ignore-deadlines >>> org-agenda-todo-ignore-scheduled >>> org-agenda-todo-ignore-timestamp >>> org-agenda-todo-ignore-with-date >>> org-agenda-tags-todo-honor-ignore-options >> >> At the time I wrote that email they were all unset, so default values. I >> tried setting them all to nil and t, and neither had any effect. Scheduled >> item with timestamp shows up in (agenda) but not (tags-todo) search > > Can you send a minimal .org file and a minimal .el configuration file > that let us reproduce the problem with emacs -Q ? > > Otherwise it will be difficult to debug. > > Thanks in advance for your effort! > > -- > Bastien