From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] org-timestamp-change changes minutes in multiples of rounding time Date: Tue, 22 Jun 2010 15:33:37 +0200 Message-ID: <760E4982-388D-4B19-BD27-FABF6C2717E0@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48628 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OR3bs-0003bZ-2S for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 09:33:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OR3bj-00013v-8R for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 09:33:44 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:53808) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OR3bj-00013l-4U for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 09:33:43 -0400 Received: by wyf28 with SMTP id 28so3783749wyf.0 for ; Tue, 22 Jun 2010 06:33:41 -0700 (PDT) In-Reply-To: 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: Puneeth Cc: emacs-orgmode On Jun 22, 2010, at 1:10 PM, Puneeth wrote: > Hi, > > (org-timestamp-change n 'minutes) changes timestamp only by 5 minutes > (when my org-time-stamp-rounding-minutes is (0 5)) for any non-zero > value of n. > > I think the timestamp should change by an integer multiple of 5. Do > you think this is correct behaviour? Hi Puneeth, no, I do not think so. The variable is called "-rounding", not "-step". Cheers - Carsten