From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Feature request Date: Sun, 10 Oct 2010 16:30:11 +0000 (UTC) Message-ID: <87ocb23tww.fsf@mean.albasani.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=45907 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4yn6-00034Y-BT for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 12:30:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4yn4-00057m-EP for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 12:30:27 -0400 Received: from lo.gmane.org ([80.91.229.12]:36946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4yn4-00057E-8j for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 12:30:26 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P4ymz-0000Ol-HW for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 18:30:21 +0200 Received: from e178223146.adsl.alicedsl.de ([85.178.223.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Oct 2010 18:30:21 +0200 Received: from gegendosenfleisch by e178223146.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Oct 2010 18:30:21 +0200 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 Hi, David Abrahams writes: > I have to reschedule quite a few items daily. Often they're > yesterday's items that I need to reschedule for today. > > `C-c C-s . RET' > > is a bit much typing for that, so I re-bound `S' to > org-agenda-schedule. But > > `S . RET' > > is still a bit much. I'd like it if the default when rescheduling was > always for today, instead of the date the item is already scheduled > for, so I could > > `S RET' > > in the usual case. What about a customizable option to set the > default schedule-for date? Just curious: Why don't you use the bulk action? a) Mark all items with `m' b) `B' `s' `.' RET. For 20 items, thats: 20x `m' + 4 Keys for b) = 24 keypresses (if those items are right next to each other and need no navigation) Your approach would need 20 item x `S Ret' = 40 keypresses :). Memnon