From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: [PATCH] Change: (org-agenda-bulk-action) Prompt w/number of marked items Date: Thu, 13 Sep 2018 04:55:33 -0500 Message-ID: <87bm91oh62.fsf@alphapapa.net> References: <87r2ic46ke.fsf@alphapapa.net> <87va7i776p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0OND-00053T-T0 for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 05:57:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0ONB-00020M-7P for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 05:57:19 -0400 Received: from [195.159.176.226] (port=60498 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g0ONA-0001zi-V9 for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 05:57:17 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g0OL0-0000sY-N8 for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 11:55:02 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Nicolas Goaziou writes: Hi Nicolas, >> Alternatively, the number of marked items could be indicated in the >> prompt string, e.g. "Scatter X tasks across how many days:". A >> customizeable default could also be provided. > > FWIW, I slightly prefer the second option. Would you want to provide > a patch for that? Sure. What if I add a customization option like this: - N days - Number of selected items It could default to the first option, specifically 7, so the default behavior would not change.