From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: timestamped items not showing in today agenda view Date: Mon, 20 Aug 2012 07:37:55 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3T78-0007GF-PW for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 10:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3T77-0007xp-Rk for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 10:37:58 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:41191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3T77-0007xc-K2 for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 10:37:57 -0400 Received: by lbon3 with SMTP id n3so3404782lbo.0 for ; Mon, 20 Aug 2012 07:37:55 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi, I have an issue where items that are scheduled with a timestamp don't show up in an agenda view. I have the following three views: (tags-todo "+DEADLINE<=\"<+3d>\"") (tags-todo "+SCHEDULED<=\"\"") (agenda "") If I have items: * Foo SCHEDULED: <2012-12-20 12:34> * Bar DEADLINE: <2012-12-20 12:35> Bar shows up in the DEADLINE search and agenda. Foo does NOT show up in SCHEDULED search, but does show up in Agenda. If I change to <+0d> there is no change. If I change it to <+1d> then Foo does show up, but so does stuff scheduled tomorrow. Is this a bug? How can I get items with timestamps to show up both in (agenda "") and in the tags-todo search? Thanks, -k.