[O] [BUG] org-timestamp-change does not respect argument 'n' for minutes

2014-01-22 Thread Thorsten Jolitz
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. There it's always a 1 unit change due to this code

Re: [O] [BUG] org-timestamp-change does not respect argument 'n' for minutes

2014-01-22 Thread Bastien
Hi Thorsten, 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

Re: [O] [BUG] org-timestamp-change does not respect argument 'n' for minutes

2014-01-22 Thread Thorsten Jolitz
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

Re: [O] [BUG] org-timestamp-change does not respect argument 'n' for minutes

2014-01-22 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com 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.

Re: [O] [BUG] org-timestamp-change does not respect argument 'n' for minutes

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

Re: [O] [BUG] org-timestamp-change does not respect argument 'n' for minutes

2014-01-22 Thread Bastien
Thorsten Jolitz tjol...@gmail.com 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