From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Bind C-u C-c C-x C-i to a key Date: Thu, 12 Aug 2010 16:13:24 -0700 Message-ID: <0vhbizzap7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34316 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ojgxr-0001pZ-8Y for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 19:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ojgxq-0001jM-6Q for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 19:13:35 -0400 Received: from lo.gmane.org ([80.91.229.12]:34970) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ojgxq-0001jH-0Z for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 19:13:34 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ojgxp-0001Yg-B3 for emacs-orgmode@gnu.org; Fri, 13 Aug 2010 01:13:33 +0200 Received: from 142.103.191.98 ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2010 01:13:33 +0200 Received: from hellerm2 by 142.103.191.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2010 01:13:33 +0200 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 Hello all, I'd like to bind `C-u C-c C-x C-i' to the key in emacs 23. I guess the line in my .emacs has to look like (global-set-key (kbd "") 'org-XXX-XXX) but what exactly would org-XXX-XXX be? I apologize if this is a question with an obvious answer ... Thanks and Cheers Markus