Re: [PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-09 Thread Ihor Radchenko
Aaron Zeng writes: > New patch looks good. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=739ccf6cb -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-08 Thread Aaron Zeng
New patch looks good. Thanks! On Wed, Feb 8, 2023 at 05:09 Ihor Radchenko wrote: > "Aaron L. Zeng" writes: > > > * org-agenda.el (org--batch-store-agenda-views): Fix treatment of > > lambda functions used as custom agenda commands. > > `org-agenda-custom-commands' entries may specify a custom

Re: [PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-08 Thread Ihor Radchenko
if you have any objections. >From 4f4693a5dd85e09737ecb27a68b04c7f8af014ad Mon Sep 17 00:00:00 2001 Message-Id: <4f4693a5dd85e09737ecb27a68b04c7f8af014ad.1675850882.git.yanta...@posteo.net> From: "Aaron L. Zeng" Date: Tue, 7 Feb 2023 12:47:03 -0500 Subject: [PATCH v2] org--batch-store-agenda-views: Fix treatment of

Re: [PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-07 Thread Aaron Zeng
Thanks Ihor, I sent a new patch with your comment included verbatim, and also added a ChangeLog entry. On Tue, Feb 7, 2023 at 12:47 PM Aaron L. Zeng wrote: > * org-agenda.el (org--batch-store-agenda-views): Fix treatment of > lambda functions used as custom agenda commands. >

[PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-07 Thread Aaron L. Zeng
* org-agenda.el (org--batch-store-agenda-views): Fix treatment of lambda functions used as custom agenda commands. `org-agenda-custom-commands' entries may specify a custom function instead of a symbol like `tags-todo'. `org--batch-store-agenda-views' behaved differently from `org-agenda' when

Re: [PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-07 Thread Ihor Radchenko
"Aaron L. Zeng" writes: > `org-agenda-custom-commands' entries may specify a custom function > instead of a symbol like `tags-todo'. `org--batch-store-agenda-views' > behaved differently from `org-agenda' when that custom function was > defined as a lambda rather than a symbol, incorrectly

[PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-06 Thread Aaron L. Zeng
`org-agenda-custom-commands' entries may specify a custom function instead of a symbol like `tags-todo'. `org--batch-store-agenda-views' behaved differently from `org-agenda' when that custom function was defined as a lambda rather than a symbol, incorrectly treating the lambda form as a list of