* [PATCH] org-agenda.el: agenda*: add lost argument
@ 2021-12-25 15:23 Mikhail Skorzhinskii
2022-01-30 7:25 ` Ihor Radchenko
0 siblings, 1 reply; 3+ messages in thread
From: Mikhail Skorzhinskii @ 2021-12-25 15:23 UTC (permalink / raw)
To: Org Mode
* lisp/org-agenda.el (org-agenda): add lost argument for agenda*
---
lisp/org-agenda.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 817354659..564cdd331 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -2953,7 +2953,7 @@ Pressing `<' twice means to restrict to the
current subtree or region
(`agenda
(org-agenda-list current-prefix-arg))
(`agenda*
- (org-agenda-list current-prefix-arg nil nil t))
+ (org-agenda-list current-prefix-arg nil nil nil t))
(`alltodo
(org-todo-list current-prefix-arg))
(`search
@@ -3300,7 +3300,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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-30 16:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-25 15:23 [PATCH] org-agenda.el: agenda*: add lost argument Mikhail Skorzhinskii
2022-01-30 7:25 ` Ihor Radchenko
2022-08-29 17:57 ` Mikhail Skorzhisnkii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).