From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Mikhanosha Subject: org-timestamp-up/down broken in tip Date: Thu, 21 Jul 2011 20:20:19 -0400 Message-ID: <87vcuvyxmk.wl%max@openchat.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qk3Tb-0004rz-EH for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 20:20:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qk3Ta-0002qO-Il for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 20:20:23 -0400 Received: from p84-72.acedsl.com ([66.114.84.72]:51216 helo=momoland.openchat.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qk3Ta-0002qK-Ad for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 20:20:22 -0400 Received: from momoland.openchat.com (localhost [IPv6:::1]) by momoland.openchat.com (Postfix) with ESMTP id C993FE56F6 for ; Thu, 21 Jul 2011 20:20:19 -0400 (EDT) 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: Org Mode List With latest git I can only press S-up or S-down on the time part of the timestamp once, after changing the time it moves point to the closing bracket, and doing another S-up or S-down changes the date part instead of time. Example: with point on the "05" at the timestamp [2011-07-21 Thu 19:05] doing Shift-Up results in time correctly changed to 19:10, but point moves to the closing bracket. Next time you press S-Up it changes date, not time. Reverting following commit fixes the problem for me: commit fd0f8e10d1d3a339da9460d6c71283e85897c455 Author: Nicolas Goaziou Date: Thu Jul 21 11:48:35 2011 +0200 Fix bug with TODO states changes modifying scheduling of next headline * lisp/org.el (org-timestamp-change): some locales don't use the same length for date abbreviations. Set a marker at origin in case length of new timestamp is different.