From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Withers Subject: making key binding for timestamp alternative by default Date: Sat, 30 Jan 2010 10:48:04 -0800 Message-ID: <1264877285.31673.95.camel@firefly> Reply-To: grayarea@reddagger.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbIM7-0001M2-4x for emacs-orgmode@gnu.org; Sat, 30 Jan 2010 13:47:39 -0500 Received: from [199.232.76.173] (port=46348 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbIM6-0001Ln-Rg for emacs-orgmode@gnu.org; Sat, 30 Jan 2010 13:47:38 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbIM5-0005rv-GY for emacs-orgmode@gnu.org; Sat, 30 Jan 2010 13:47:38 -0500 Received: from assert.reddagger.org ([66.211.107.215]:46391 helo=mail.reddagger.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NbIM5-0005rl-7r for emacs-orgmode@gnu.org; Sat, 30 Jan 2010 13:47:37 -0500 Received: from [192.168.1.102] (c-67-164-33-174.hsd1.ca.comcast.net [67.164.33.174]) by mail.reddagger.org (Postfix) with ESMTP id CC3C818A4131 for ; Sat, 30 Jan 2010 10:47:32 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Folks, I am trying to figure out what to add to my .emacs to make the normal key binding call to org-time-stamp into the version with the C-u modifier by default. That is, in the default bindings, I am trying to make C-c . Perform the action that is normally performed by C-u C-c . I am sure this is dead simple, but I have no immediate clue how to do it. If these were two different functions I would know how to do it, but using the key binding commands I don't know how to tell my key binding that I want the C-u version. Any help would be greatly appreciated, as I am sure I will have use for this in many other places as well. -john