mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
(org-get-closed): Fix alias.
This commit is contained in:
parent
63961e6a1d
commit
2cc7988b9a
@ -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.
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user