branch: externals-release/org
commit 92471e53031c4de36ecd65a37e28a48fd139ff4a
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    org-agenda-run-series: Fix `org-agenda-list' call
    
    * lisp/org-agenda.el (org-agenda-run-series): Fix arguments in the
    call.  "agenda*" should include appointments and thus HOURS argument
    should be non-nil.  See `org-agenda' for analogous call.
---
 lisp/org-agenda.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index a33d84f1cd..2ec2f4c00b 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -3348,7 +3348,7 @@ s   Search for keywords                 M   Like m, but 
only TODO entries
              (`agenda
               (call-interactively 'org-agenda-list))
              (`agenda*
-              (funcall 'org-agenda-list nil nil t))
+              (funcall 'org-agenda-list nil nil nil t))
              (`alltodo
               (call-interactively 'org-todo-list))
              (`search

Reply via email to