From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: FR: org-timestamp-up/down jumping configurable number of minutes Date: Mon, 3 Mar 2008 13:07:44 +0100 Message-ID: <727BA979-7568-4EEA-B4FC-83AA7D1F251A@science.uva.nl> References: <20080303110647.GC23239@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JW9SS-0008Nr-8k for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 07:07:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JW9SR-0008NC-IP for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 07:07:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW9SR-0008N6-Cd for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 07:07:51 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JW9SR-0003Rr-3H for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 07:07:51 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1925378ugf.48 for ; Mon, 03 Mar 2008 04:07:49 -0800 (PST) In-Reply-To: <20080303110647.GC23239@atlantic.linksys.moosehall> 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: Adam Spiers Cc: org-mode mailing list On Mar 3, 2008, at 12:06 PM, Adam Spiers wrote: > 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. This is a good idea. However, `C-u 15 S-up' also does hel a bit. Still, we should have this option. - Carsten