From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: set-keys in orgtble mode Date: Thu, 22 May 2008 14:38:07 -0700 Message-ID: <4835e7a2.50e3220a.740e.7796@mx.google.com> References: <4835a43c.2a528c0a.6eef.7841@mx.google.com> <01DFDDD8-D54D-49E7-901B-F0CD8679D4DA@uva.nl> Reply-To: Eric Schulte Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzITo-0005ja-Ty for emacs-orgmode@gnu.org; Thu, 22 May 2008 17:37:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzITn-0005ip-6t for emacs-orgmode@gnu.org; Thu, 22 May 2008 17:37:44 -0400 Received: from [199.232.76.173] (port=48753 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzITm-0005ij-VL for emacs-orgmode@gnu.org; Thu, 22 May 2008 17:37:43 -0400 Received: from py-out-1112.google.com ([64.233.166.178]:62230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzITm-0005b3-Sz for emacs-orgmode@gnu.org; Thu, 22 May 2008 17:37:43 -0400 Received: by py-out-1112.google.com with SMTP id p76so165755pyb.1 for ; Thu, 22 May 2008 14:37:40 -0700 (PDT) In-Reply-To: <01DFDDD8-D54D-49E7-901B-F0CD8679D4DA@uva.nl> 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: Carsten Dominik Cc: Org-mode Hi Carsten, Thanks for the pointers, currently M-S- and M-S- are intercepted by my window manager (xfce), but the > To add your own keys, you can do something like this, in orgtbl-mode- > hook. > > (org-defkey orgtbl-mode-map "\C-cd" > (orgtbl-make-binding 'org-table-delete-column 1001 "\C- > cd")) form looks very manageable. Much Appreciated, Eric