From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Editing source code function name? Date: Thu, 24 Mar 2011 17:46:19 +0530 Message-ID: <81vcz8lnn0.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39144 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2jSx-0004vw-Mf for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 08:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2jSw-0005dZ-11 for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 08:16:39 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:40179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2jSv-0005dI-Qe for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 08:16:37 -0400 Received: by pvg4 with SMTP id 4so1834860pvg.0 for ; Thu, 24 Mar 2011 05:16:36 -0700 (PDT) In-Reply-To: (Julian Burgos's message of "Thu, 24 Mar 2011 12:05:47 +0000") 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: Julian Burgos Cc: emacs-orgmode@gnu.org Julian Burgos writes: > Hello fellow org-moders, > > We use C-c ' to edit the current code block. I would like to use a > different key combination, but I cannot figure out the name of > function that is called when pressing C-c'. I (think) I need it to > map the new key combination in my .emacs file. > Thanks for the help, > Try this in an orgmode buffer: C-h k C-c '. What do you see? > Julian --