From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Editing source code function name? Date: Thu, 24 Mar 2011 13:24:19 +0100 Message-ID: <83vcz8d7v0.fsf@yahoo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35300 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2jZV-0007am-Ea for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 08:23:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2jZU-0007Fi-6L for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 08:23:25 -0400 Received: from nm16.bullet.mail.ukl.yahoo.com ([217.146.183.190]:22706) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q2jZT-0007Fa-Nu for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 08:23:24 -0400 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: Hi, Julian, > 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'. C-h a org src (apropos) gives a new buffer, where you can find: org-edit-src-code ;-) hth, Giovanni