emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)]
@ 2016-02-02 11:42 Vitalie Spinu
  2016-02-02 16:33 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Vitalie Spinu @ 2016-02-02 11:42 UTC (permalink / raw)
  To: emacs-orgmode


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/)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)]
  2016-02-02 11:42 Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)] Vitalie Spinu
@ 2016-02-02 16:33 ` Nicolas Goaziou
  2016-02-02 17:56   ` Vitalie Spinu
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2016-02-02 16:33 UTC (permalink / raw)
  To: Vitalie Spinu; +Cc: emacs-orgmode

Hello,

Vitalie Spinu <spinuvit@gmail.com> writes:

> In my understanding this is a bug. Global todo list must display all entries. Or
> not?

See `org-agenda-todo-ignore-with-date'.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)]
  2016-02-02 16:33 ` Nicolas Goaziou
@ 2016-02-02 17:56   ` Vitalie Spinu
  0 siblings, 0 replies; 3+ messages in thread
From: Vitalie Spinu @ 2016-02-02 17:56 UTC (permalink / raw)
  To: emacs-orgmode



>> On Tue, Feb 02 2016 17:33, Nicolas Goaziou wrote:

> Hello,

> Vitalie Spinu <spinuvit@gmail.com> 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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-02 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02 11:42 Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)] Vitalie Spinu
2016-02-02 16:33 ` Nicolas Goaziou
2016-02-02 17:56   ` Vitalie Spinu

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).