From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] org-timestamp-change does not respect argument 'n' for minutes Date: Wed, 22 Jan 2014 16:01:54 +0100 Message-ID: <87zjmo2h7h.fsf@bzg.ath.cx> References: <878uu871qf.fsf@gmail.com> <87iotcl2vs.fsf@bzg.ath.cx> <87txcw9rwo.fsf@gmail.com> <87sisgi12a.fsf@bzg.ath.cx> <87fvog9jdz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5zJf-0002qq-3I for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 10:02:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5zJV-0003M9-Py for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 10:02:07 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:45840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5zJV-0003M2-Iq for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 10:01:57 -0500 Received: by mail-wi0-f175.google.com with SMTP id hr1so5712971wib.14 for ; Wed, 22 Jan 2014 07:01:56 -0800 (PST) In-Reply-To: <87fvog9jdz.fsf@gmail.com> (Thorsten Jolitz's message of "Wed, 22 Jan 2014 15:32:56 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Thorsten Jolitz writes: > ,------------------------- > | M-: (org-timestamp-up 3) > `------------------------- The "3" here means 3 minutes, not "3 steps up", so the rounding happens after minutes have been added. > should change minutes > > - up 3 units when valus is (1 1) > - up 15 units when valus is (0 5) > > ? > > But maybe I don't understand this correctly, its not so important > anyway, so if you think it works as intended just forget about this > 'noise'. Done :) -- Bastien