emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vitalie Spinu <spinuvit@gmail.com>
To: emacs-orgmode@gnu.org
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	[thread overview]
Message-ID: <8760y7e3tm.fsf@gmail.com> (raw)


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-todo-item:

╭──────── #5467 ─ org-mode/lisp/org-agenda.el ──
│ 	  (when (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item end)
│ 	    (goto-char (1+ beg))
│ 	    (or org-agenda-todo-list-sublevels (org-end-of-subtree 'invisible))
│ 	    (throw :skip nil)))
╰──────── #5470 ─


In my understanding this is a bug. Global todo list must display all entries. 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/VC/org-mode/lisp/)

             reply	other threads:[~2016-02-02 11:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-02 11:42 Vitalie Spinu [this message]
2016-02-02 16:33 ` Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)] Nicolas Goaziou
2016-02-02 17:56   ` Vitalie Spinu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8760y7e3tm.fsf@gmail.com \
    --to=spinuvit@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).