From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: [BUG] org-timestamp-change does not respect argument 'n' for minutes Date: Wed, 22 Jan 2014 15:32:56 +0100 Message-ID: <87fvog9jdz.fsf@gmail.com> References: <878uu871qf.fsf@gmail.com> <87iotcl2vs.fsf@bzg.ath.cx> <87txcw9rwo.fsf@gmail.com> <87sisgi12a.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5zBI-00062y-N9 for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 09:53:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5zBC-00008m-C3 for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 09:53:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:38778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5zBB-000085-Ux for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 09:53:22 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5yr0-0003mo-La for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 15:32:30 +0100 Received: from g231232076.adsl.alicedsl.de ([92.231.232.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jan 2014 15:32:30 +0100 Received: from tjolitz by g231232076.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jan 2014 15:32:30 +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: emacs-orgmode@gnu.org Bastien writes: > Hi Thorsten, > > Thorsten Jolitz writes: > >> 2. M-: (org-timestamp-up 3) >> >> results in: >> >> ,------------------------------ >> | ** Cafe <2014-01-23 Do 19:35> >> `------------------------------ >> >> 3. cross-check that the other units work by repeating 1 and 2 with >> point on hour, month etc. > > Yes, because it depends on `org-time-stamp-rounding-minutes'. Yes, but: ,--------------------------------------------------------------------------- | org-time-stamp-rounding-minutes is a variable defined in `org.el'. | Its value is (1 1) | | Original value was (0 5) | | Documentation: | Number of minutes to round time stamps to. | These are two values, the first applies when first creating a time stamp. | The second applies when changing it with the commands `S-up' and `S-down'. | When changing the time stamp, this means that it will change in steps | of N minutes, as given by the second value. | | When a setting is 0 or 1, insert the time unmodified. [...] `--------------------------------------------------------------------------- If I understand this correctly, ,------------------------- | M-: (org-timestamp-up 3) `------------------------- 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'. -- cheers, Thorsten