emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105338: org: don't always refresh th


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105338: org: don't always refresh the agenda.
Date: Thu, 28 Jul 2011 17:25:29 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105338
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-28 17:25:29 +0200
message:
  org: don't always refresh the agenda.
modified:
  lisp/org/ChangeLog
  lisp/org/org-agenda.el
=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2011-07-28 15:13:49 +0000
+++ b/lisp/org/ChangeLog        2011-07-28 15:25:29 +0000
@@ -1,10 +1,5 @@
 2011-07-28  Bastien Guerry  <address@hidden>
 
-       * org-agenda.el (org-agenda-filter-by-tag): bugfix: always refresh
-       the agenda when needed.
-
-2011-07-28  Bastien Guerry  <address@hidden>
-
        * org-publish.el (org-publish-index-generate-theindex): rename
        from `org-publish-index-generate-theindex.inc'.  Use the file
        theindex.org directly instead of including theindex.inc.

=== modified file 'lisp/org/org-agenda.el'
--- a/lisp/org/org-agenda.el    2011-07-28 15:13:49 +0000
+++ b/lisp/org/org-agenda.el    2011-07-28 15:25:29 +0000
@@ -6202,8 +6202,8 @@
       (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 ()


reply via email to

[Prev in Thread] Current Thread [Next in Thread]