org-todo-yesterday: Ignore `org-use-effective-time'
commit5d25e6e68ec3ce8d5f9980f038c57f6de285822f
authorKyle Meyer <kyle@kyleam.com>
Mon, 8 Dec 2014 00:21:42 +0000 (7 19:21 -0500)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 9 Dec 2014 09:25:24 +0000 (9 10:25 +0100)
treed63e8aaaa63abeda2d3aa271a90fd43c0e233c11
parent173b0cb6d6d83987d094f1a0dead86e43467bd83
org-todo-yesterday: Ignore `org-use-effective-time'

* lisp/org.el (org-todo-yesterday):
* lisp/org-agenda.el (org-agenda-todo-yesterday): Ignore global
`org-use-effective-time' value.

Otherwise, if `org-use-effective-time' being nil,
`org-extend-today-until' will not be considered, resulting in the
current time being used instead of 23:59 yesterday.

Reported-by: Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/93224>
lisp/org-agenda.el
lisp/org.el