From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kKn0DbF/KmBGDgAA0tVLHw (envelope-from ) for ; Mon, 15 Feb 2021 14:05:37 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id gG+nCbF/KmAgDAAAbx9fmQ (envelope-from ) for ; Mon, 15 Feb 2021 14:05:37 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F3BD7334D8 for ; Mon, 15 Feb 2021 15:05:36 +0100 (CET) Received: from localhost ([::1]:44248 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBeVM-0006xU-1k for larch@yhetil.org; Mon, 15 Feb 2021 09:05:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42028) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBeUA-0006u2-QG for emacs-orgmode@gnu.org; Mon, 15 Feb 2021 09:04:22 -0500 Received: from mout-p-103.mailbox.org ([2001:67c:2050::465:103]:8758) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1lBeU4-0000EI-8C for emacs-orgmode@gnu.org; Mon, 15 Feb 2021 09:04:22 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4DfQnl4M9nzQlWV; Mon, 15 Feb 2021 15:04:11 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id 2iV0iieSH-pn; Mon, 15 Feb 2021 15:04:08 +0100 (CET) From: Kevin Foley To: Kyle Meyer Subject: Re: [PATCH] Org Agenda Support Argument Collection for Custom Bulk Functions (was: Custom Bulk Functions With Prompt) In-Reply-To: <871rdim3v6.fsf@kyleam.com> References: <877dnamm96.fsf@kyleam.com> <871rdim3v6.fsf@kyleam.com> Date: Mon, 15 Feb 2021 09:04:03 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-MBO-SPAM-Probability: X-Rspamd-Score: -0.85 / 15.00 / 15.00 X-Rspamd-Queue-Id: 80E2717D7 X-Rspamd-UID: f940a7 Received-SPF: pass client-ip=2001:67c:2050::465:103; envelope-from=kevin@kevinjfoley.me; helo=mout-p-103.mailbox.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org, Ihor Radchenko Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: F3BD7334D8 X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: WjrN5EP3nYSa > Thanks again for the nice addition. My pleasure, thanks for all of your feedback. Also I took another look at adding a test around this, will hopefully have another patch to submit for that. Kevin