From: Mikhail Skorzhinskii <mskorzhinskiy@eml.cc>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: [PATCH] org-agenda.el: agenda*: add lost argument
Date: Sat, 25 Dec 2021 16:23:27 +0100 [thread overview]
Message-ID: <90bc9b1eb4a4299ffcd180d371ee07248f807a00.camel@eml.cc> (raw)
* 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
next reply other threads:[~2021-12-25 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-25 15:23 Mikhail Skorzhinskii [this message]
2022-01-30 7:25 ` [PATCH] org-agenda.el: agenda*: add lost argument Ihor Radchenko
2022-08-29 17:57 ` Mikhail Skorzhisnkii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=90bc9b1eb4a4299ffcd180d371ee07248f807a00.camel@eml.cc \
--to=mskorzhinskiy@eml.cc \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).