Bastien <b...@gnu.org> writes: Hi Bastien,
> Thorsten Jolitz <tjol...@gmail.com> 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