emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [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

* Re: [PATCH] org-agenda.el: agenda*: add lost argument
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2022-01-30  7:25 UTC (permalink / raw)
  To: Mikhail Skorzhinskii; +Cc: Org Mode

Mikhail Skorzhinskii <mskorzhinskiy@eml.cc> writes:

> * lisp/org-agenda.el (org-agenda): add lost argument for agenda*

Thanks! I am not able to apply your patch onto main. Could you resend,
preferably adding the patch as an attachment and adding TINYCHANGE
cookie (you do not seem to have the copyright assignment)?

See https://orgmode.org/worg/org-contribute.html#first-patch

Best,
Ihor



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] org-agenda.el: agenda*: add lost argument
  2022-01-30  7:25 ` Ihor Radchenko
@ 2022-08-29 17:57   ` Mikhail Skorzhisnkii
  0 siblings, 0 replies; 3+ messages in thread
From: Mikhail Skorzhisnkii @ 2022-08-29 17:57 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: Mikhail Skorzhinskii, Org Mode

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

This patch is no longer needed, as the bug was fixed in other commit.

Ihor Radchenko <yantar92@gmail.com> writes:

> Mikhail Skorzhinskii <mskorzhinskiy@eml.cc> writes:
>
>> * lisp/org-agenda.el (org-agenda): add lost argument for agenda*
>
> Thanks! I am not able to apply your patch onto main. Could you resend,
> preferably adding the patch as an attachment and adding TINYCHANGE
> cookie (you do not seem to have the copyright assignment)?
>
> See <https://orgmode.org/worg/org-contribute.html#first-patch>
>
> Best,
> Ihor

^ permalink raw reply	[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).