From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitalie Spinu Subject: 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 12:42:29 +0100 Message-ID: <8760y7e3tm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQZLw-0007jS-K4 for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 06:42:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQZLt-0005Hi-Dd for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 06:42:36 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:35981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQZLt-0005HV-6H for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 06:42:33 -0500 Received: by mail-wm0-x22b.google.com with SMTP id p63so113578654wmp.1 for ; Tue, 02 Feb 2016 03:42:32 -0800 (PST) Received: from localhost ([143.176.214.220]) by smtp.gmail.com with ESMTPSA id xx3sm1072623wjc.32.2016.02.02.03.42.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Feb 2016 03:42:30 -0800 (PST) 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 I have a template like this in my `org-capture-templates`: ("a" "Agenda" entry (file+headline (concat org-directory "_TODO.org") "AGENDA") "** TODO %?\n %^t \n %i\n" ;; :clock-in t :prepend t :clock-resume t) Which produces entries like: ** TODO blabla <2016-02-02 Tue> The problem is that org-agenda -> org-todo-list ignores such entries. If I delete the time stamp the entry starts appearing in the global todo list. I tracked it down to org-agenda-check-for-timestamp-as-reason-to-ignore-tod= o-item: =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80 #5467 =E2=94=80 org-mode/lisp/org-agenda.el =E2=94=80=E2=94=80 =E2=94=82 (when (org-agenda-check-for-timestamp-as-reason-to-ignore-todo= -item end) =E2=94=82 (goto-char (1+ beg)) =E2=94=82 (or org-agenda-todo-list-sublevels (org-end-of-subtree 'invi= sible)) =E2=94=82 (throw :skip nil))) =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80 #5470 =E2=94=80 In my understanding this is a bug. Global todo list must display all entrie= s. Or not? Thanks, Vitalie Emacs : GNU Emacs 25.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.7) of 2016-01-21 Package: Org-mode version 8.3.3 (release_8.3.3-509-gc17fcc @ /home/vspinu/V= C/org-mode/lisp/)