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 12:28:55 +0100 Message-ID: <87txcw9rwo.fsf@gmail.com> References: <878uu871qf.fsf@gmail.com> <87iotcl2vs.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5vz3-000062-FE for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:28:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5vyx-0007Ke-Js for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:28:37 -0500 Received: from plane.gmane.org ([80.91.229.3]:35957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5vyx-0007KX-CN for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:28:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5vyw-0004Pq-G1 for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 12:28: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 12:28: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 12:28: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 Bastien, > Thorsten Jolitz writes: > >> Bug or feature? >> >> Why is there this special handling of minutes? Evaluating >> >> ,--------------------- >> | (org-timestamp-up 3) >> `--------------------- >> >> with point on year, month, day, hour works as expected (3 units up), but >> not with point on minute. > > I can't reproduce this. Minutes are updated correctly. > Can you provide a recipe? I'm on the console: #+begin_src emacs-lisp (message "Emacs: %s \n\nOrg: %s" (emacs-version) (org-version)) #+end_src #+results: : Emacs: GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.6) : of 2014-01-18 on mnt-storage-buildroots-staging-x86_64-eric : : Org: 8.2.5g 1. Put point on the 4 in 19:34 ,------------------------------ | ** Cafe <2014-01-23 Do 19:34> `------------------------------ 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. -- cheers, Thorsten