Hi all When one does "Shift-<right>" on an inactive timestamp it remains inactive. When one does "C-c . S-<right> RET" the inactive timestamp changes to active but I would like it also to remain inactive. What are the opinions on this?
My frequent use case is changing an inactive timestamp left over from a copy/paste to today with "C-c . . RET". The behavior could be changed very easily by just uncommenting this line: http://orgmode.org/w/?p=org-mode.git;a=blob;f=lisp/org.el;h=e878626d6e6ae68781546a270ae1020c477581fd;hb=HEAD#l14792 "; (setq inactive (eq (char-after (match-beginning 0)) ?\[))" which has been inserted with release_6.07b-42-gd043e31: commit d043e31182595983df3d191e80ca941ee171c400 Author: Carsten Dominik <carsten.domi...@gmail.com> Date: Wed Oct 1 09:25:18 2008 +0200 Integrate John Wiegley's org-attach.el. Michael