From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Ufimtsev Subject: Re: Redefine key for sorting Date: Fri, 8 May 2015 11:42:15 -0400 (EDT) Message-ID: <491998678.11397138.1431099735528.JavaMail.zimbra@redhat.com> References: <871tirxu9b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqkPu-0006Cv-Af for emacs-orgmode@gnu.org; Fri, 08 May 2015 11:42:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqkPq-0007Ma-2U for emacs-orgmode@gnu.org; Fri, 08 May 2015 11:42:22 -0400 Received: from mx5-phx2.redhat.com ([209.132.183.37]:41191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqkPp-0007MN-RX for emacs-orgmode@gnu.org; Fri, 08 May 2015 11:42:18 -0400 In-Reply-To: <871tirxu9b.fsf@gmail.com> 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: Igor Sosa Mayor Cc: emacs-orgmode@gnu.org My C-c ^ doesn't appear to be mapped to sorting of the list.=20 But if you press C-h k, then your key-combo, then it shows you which functi= on is being called. e.g org-sort-list. You can then re-map via a function like: (define-key 'org-mode-map (kbd "C-c n") 'org-sort-list) Which you could add to your .emacs file. This article provides a more comprehensive keyboard remapping guide: https://www.masteringemacs.org/article/mastering-key-bindings-emacs ----- Original Message ----- > From: "Igor Sosa Mayor" > To: emacs-orgmode@gnu.org > Sent: Friday, May 8, 2015 6:01:52 AM > Subject: [O] Redefine key for sorting >=20 > Hi, >=20 > in the last time, I'm using very often the sort function of lists. > Unfortunately it is bound to a key combination (C-c ^) which is rather > uneasy. I would like to change it to C-c =C3=B1. Which is the best method= to > redefine it? >=20 > Many thanks in advance! >=20 > -- > :: Igor Sosa Mayor :: joseleopoldo1792@gmail.com :: > :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: > :: jabberid: rogorido :: :: >=20 >=20 >=20 --=20 Leo Ufimtsev | Intern Software Engineer @ Eclipse Team