]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-get-closed): Fix alias.
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Nov 2008 04:36:13 +0000 (04:36 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Nov 2008 04:36:13 +0000 (04:36 +0000)
lisp/org/ChangeLog
lisp/org/org-agenda.el

index 4d5ebb6c88556c2a354bac8ba23356429683a2f6..03a3e1a655805f0d2df9ceb28211e182b69e8e03 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-13  Glenn Morris  <rgm@gnu.org>
+
+       * org-agenda.el (org-get-closed): Fix alias.
+
 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
 
        * org.el (org-link-escape): Fix typo in docstring.
index e538756cc105d004eed16372bc71b6fb9a94977e..4f7b87769b07a2452cfa5b387f549c6440d6b1d1 100644 (file)
@@ -3384,7 +3384,7 @@ the documentation of `org-diary'."
          (push txt ee))))
     (nreverse ee)))
 
-(defalias 'org-get-closed 'org-get-progress)
+(defalias 'org-get-closed 'org-agenda-get-progress)
 (defun org-agenda-get-progress ()
   "Return the logged TODO entries for agenda display."
   (let* ((props (list 'mouse-face 'highlight
@@ -3398,7 +3398,7 @@ the documentation of `org-diary'."
         (items (if (consp org-agenda-show-log)
                    org-agenda-show-log
                  org-agenda-log-mode-items))
-        (parts 
+        (parts
          (delq nil
                (list
                 (if (memq 'closed items) (concat "\\<" org-closed-string))