From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitalie Spinu Subject: Re: Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)] Date: Tue, 02 Feb 2016 18:56:49 +0100 Message-ID: <87a8nj3sim.fsf@gmail.com> References: <8760y7e3tm.fsf@gmail.com> <87wpqnjcmc.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQfC9-0005iE-5I for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 12:56:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQfC7-0005If-TE for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 12:56:53 -0500 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:36461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQfC7-0005I9-N9 for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 12:56:51 -0500 Received: by mail-wm0-x22e.google.com with SMTP id p63so129906963wmp.1 for ; Tue, 02 Feb 2016 09:56:51 -0800 (PST) Received: from localhost ([143.176.214.220]) by smtp.gmail.com with ESMTPSA id os7sm2595590wjc.18.2016.02.02.09.56.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Feb 2016 09:56:50 -0800 (PST) In-Reply-To: <87wpqnjcmc.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 02 Feb 2016 17:33:31 +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: emacs-orgmode@gnu.org >> On Tue, Feb 02 2016 17:33, Nicolas Goaziou wrote: > Hello, > Vitalie Spinu writes: >> In my understanding this is a bug. Global todo list must display all entries. Or >> not? > See `org-agenda-todo-ignore-with-date'. That was it. Thanks!