|
@@ -10951,14 +10951,6 @@ nil or a string to be used for the todo mark." )
|
|
|
(org-extend-today-until (1+ hour)))
|
|
|
(org-todo arg)))
|
|
|
|
|
|
-(defun org-agenda-todo-yesterday (&optional arg)
|
|
|
- "Like `org-agenda-todo' but the time of change will be 23:59 of yesterday"
|
|
|
- (interactive "P")
|
|
|
- (let* ((hour (third (decode-time
|
|
|
- (org-current-time))))
|
|
|
- (org-extend-today-until (1+ hour)))
|
|
|
- (org-agenda-todo arg)))
|
|
|
-
|
|
|
(defun org-todo (&optional arg)
|
|
|
"Change the TODO state of an item.
|
|
|
The state of an item is given by a keyword at the start of the heading,
|