* lisp/org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at beginning of re-search-forward loop, otherwise next iteration picks up `extra' value from previous entry.
@@ -5454,7 +5454,8 @@ Do we have a reason to ignore this TODO entry because it has a time stamp?
tags (save-excursion (org-backward-heading-same-level 0)
(org-get-tags-at))
todo-state (org-get-todo-state)
- warntime (org-entry-get (point) "APPT_WARNTIME"))
+ warntime (org-entry-get (point) "APPT_WARNTIME")
+ extra nil)
(dolist (r (if (stringp result)
(list result)