Revert "org-agenda: bugfix: always refresh the agenda when needed."

This reverts commit 1fa0f027cd.
This commit is contained in:
Bastien Guerry 2011-07-28 17:22:38 +02:00
parent c8806bdcf7
commit 57f6a8d97a
1 changed files with 2 additions and 2 deletions

View File

@ -6202,8 +6202,8 @@ to switch to narrowing."
(org-agenda-filter-apply org-agenda-filter)
(setq maybe-refresh t))
(t (error "Invalid tag selection character %c" char)))
(when (or maybe-refresh
(eq org-agenda-clockreport-mode 'with-filter))
(when (and maybe-refresh
(eq org-agenda-clockreport-mode 'with-filter))
(org-agenda-redo))))
(defun org-agenda-get-represented-tags ()