From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: FR: org-timestamp-up/down jumping configurable number of minutes Date: Mon, 3 Mar 2008 11:06:47 +0000 Message-ID: <20080303110647.GC23239@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JW8VR-0005IV-Pd for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 06:06:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JW8VP-0005Ht-Em for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 06:06:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW8VO-0005HZ-E6 for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 06:06:50 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JW8VO-0004Xv-1S for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 06:06:50 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m23B6m5X002767 for ; Mon, 3 Mar 2008 05:06:48 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m23B6mF0002762 for emacs-orgmode@gnu.org; Mon, 3 Mar 2008 11:06:48 GMT Content-Disposition: inline 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: org-mode mailing list I never need to insert timestamps with a granularity of smaller than 5 minutes, and hardly ever smaller than 15 minutes. So it would be really nice if when over the minute portion of a timestamp, org-shiftup/down increased/decreased the minute value in multiples of 5, 15, or whatever other value the user wants to configure. So for example, that way I could postpone the start/end of an appointment by 15 minutes with a single key chord. For backwards compatability, the granularity could still default to 1 if that's the behaviour the majority of people prefer.