From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: Release 6.28 Date: Thu, 02 Jul 2009 13:14:44 +0200 Message-ID: References: <697A2093-E226-4AD6-B7DE-21A2DA8208A6@gmail.com> <7AC3F553-5E38-42A3-8761-EE44AE69D51B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMKG0-0008S6-UL for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 07:15:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMKFu-0008Q7-MF for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 07:15:12 -0400 Received: from [199.232.76.173] (port=41684 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMKFu-0008Q2-CY for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 07:15:06 -0400 Received: from main.gmane.org ([80.91.229.2]:44097 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MMKFt-00082w-7n for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 07:15:06 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MMKFk-0001ke-HM for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 11:14:56 +0000 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Jul 2009 11:14:56 +0000 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Jul 2009 11:14:56 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik wrote: > On Jul 1, 2009, at 1:17 PM, Ulf Stegemann wrote: >> Yes, both shifting by the same amount and setting a fixed date can be >> useful. I usually re-schedule leftover todos by shifting them by one >> or two working days to the future. So originally I had a bulk version of >> `org-agenda-do-date-later' and friends in mind as opposed to >> `org-agenda-schedule'. But the latter one would be useful to. Ideally, >> S-left, C-cC-s et al. would trigger a bulk shift/bulk schedule whenever >> there are marked agenda items. > > I am not so sure about this last point. I am not a > fan of automatic bulk action if several items are selected. > > - these lists can become long, and selected entries might > be off the screen > - for this to make sense, selected entries should remain > selected after action, increasing the danger of unwanted action > - you might be in the process of selecting some entries, when you > want to do a quick action on an individual entry you come across. > But you cannot, because any action will act on all selected ones. > > So I do prefer a special command like "B" to introduce bulk action. I undecided on this, too. Automagically working on marked entries should they exists seems more natural to me but you are right more dangerous, too. So I'm perfectly with you except that I'd say that marked entries should be unmarked after the action. But anyway, triggering bulk actions with a special command appears absolutely fine to me. Ulf