Re: [PATCH] org-todo-yesterday: Fix interactive arg when in agenda buffer

2022-05-25 Thread Aaron Zeng
Thanks Ihor! And, noted for the future. On Thu, May 26, 2022 at 12:34 AM Ihor Radchenko wrote: > "Aaron L. Zeng" writes: > > > (I'm resubmitting this patch because my previous submission was > in-reply-to > > another email which I suspect was ignored. Would love to get this > relatively > >

Re: [PATCH] org-todo-yesterday: Fix interactive arg when in agenda buffer

2022-05-25 Thread Ihor Radchenko
"Aaron L. Zeng" writes: > (I'm resubmitting this patch because my previous submission was in-reply-to > another email which I suspect was ignored. Would love to get this relatively > simple bug fixed. Thanks!) > > * lisp/org.el (org-todo-yesterday): Fix an incorrect use of apply when >

[PATCH] org-todo-yesterday: Fix interactive arg when in agenda buffer

2022-05-22 Thread Aaron L. Zeng
(I'm resubmitting this patch because my previous submission was in-reply-to another email which I suspect was ignored. Would love to get this relatively simple bug fixed. Thanks!) * lisp/org.el (org-todo-yesterday): Fix an incorrect use of apply when org-todo-yesterday intends to call

[PATCH] org-todo-yesterday: Fix interactive arg when in agenda buffer

2022-04-11 Thread Aaron L. Zeng
* lisp/org.el (org-todo-yesterday): Fix an incorrect use of apply when org-todo-yesterday intends to call org-agenda-todo-yesterday with the same interactive arg. Before this change, the command incorrectly set the todo state of the task to blank when called with C-u C-u C-u in an agenda buffer

[PATCH] org-todo-yesterday: Fix interactive arg when in agenda buffer

2022-03-18 Thread Aaron Zeng
The following changes since commit 668205f7693e028f15240ffc043e037b411daf81: Backport commit d52c929e3 from Emacs (2022-03-02 23:02:50 -0500) are available in the Git repository at: g...@github.com:bcc32/org-mode.git bugfix for you to fetch changes up to