From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: C-c ! org-time-stamp-inactive ? Date: Wed, 09 Mar 2016 14:25:21 -0500 Message-ID: <8760wv5u8u.fsf@kyleam.com> References: <871t8tx1eh.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adjjf-0004fv-6g for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 14:25:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adjjb-0007rq-6N for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 14:25:31 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:64724 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adjja-0007rS-Ut for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 14:25:27 -0500 In-Reply-To: (K.'s message of "Wed, 9 Mar 2016 18:09:58 +0000 (UTC)") 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: K Cc: emacs-orgmode@gnu.org K writes: > I've run into the same problem, with both Org 8.3.4 and MELPA version > 20160307, the usual C-c ! doesn't work anymore for inserting inactive > timestamp. If there's been no change to the default binding, any > suggestions on how to debug this please? Thanks! I'd suggest verifying that the C-c ! binding works as expected with emacs -Q when loading Org from either the maint or master branch. Assuming all is fine when using emacs -Q, try to figure out what in your configuration is causing the issue. If you have no guesses at likely culprits, you could try commenting out large chunks of your config files, narrowing down from there. -- Kyle