From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: leave inactive timestamp inactive Date: Thu, 12 Jan 2012 17:35:14 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlUAx-0003KY-8c for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 18:35:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlUAw-0000pC-8B for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 18:35:19 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:45517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlUAw-0000p8-52 for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 18:35:18 -0500 Received: by iafj26 with SMTP id j26so4123835iaf.0 for ; Thu, 12 Jan 2012 15:35:17 -0800 (PST) In-Reply-To: (Michael Brand's message of "Thu, 12 Jan 2012 20:56:39 +0100") 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: Michael Brand Cc: Org Mode , Carsten Dominik >>>>> Michael Brand writes: > 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? C-c . is the keystroke for inserting an active timestamp. Why would you want it to keep an inactive timestamp inactive? I'd use C-c ! S- RET to do what you're suggesting. John