From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: leave inactive timestamp inactive Date: Thu, 12 Jan 2012 20:56:39 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlQlO-0007wg-SG for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 14:56:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlQlN-0006eS-JC for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 14:56:42 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:56225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlQlN-0006eG-Cu for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 14:56:41 -0500 Received: by wicr5 with SMTP id r5so1176700wic.0 for ; Thu, 12 Jan 2012 11:56:40 -0800 (PST) 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 , Carsten Dominik , John Wiegley Hi all When one does "Shift-" on an inactive timestamp it remains inactive. When one does "C-c . S- 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 Date: Wed Oct 1 09:25:18 2008 +0200 Integrate John Wiegley's org-attach.el. Michael