emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thorsten Jolitz
Subject: Re: [O] [BUG] org-timestamp-change does not respect argument 'n' for minutes
Date: Wed, 22 Jan 2014 12:28:55 +0100
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

Bastien <address@hidden> writes:

Hi Bastien,

> Thorsten Jolitz <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]