From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: set-keys in orgtble mode Date: Fri, 23 May 2008 08:22:15 +0200 Message-ID: <7DA6F6EA-CE56-4FCD-B0FB-4DD2FC62E8E5@uva.nl> References: <4835a43c.2a528c0a.6eef.7841@mx.google.com> <01DFDDD8-D54D-49E7-901B-F0CD8679D4DA@uva.nl> <4835e7a2.50e3220a.740e.7796@mx.google.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzQfV-0002JT-SI for emacs-orgmode@gnu.org; Fri, 23 May 2008 02:22:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzQfV-0002JD-6U for emacs-orgmode@gnu.org; Fri, 23 May 2008 02:22:21 -0400 Received: from [199.232.76.173] (port=54720 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzQfV-0002JA-20 for emacs-orgmode@gnu.org; Fri, 23 May 2008 02:22:21 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:3878) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzQfU-0006rR-Iu for emacs-orgmode@gnu.org; Fri, 23 May 2008 02:22:20 -0400 In-Reply-To: <4835e7a2.50e3220a.740e.7796@mx.google.com> 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: Eric Schulte Cc: Org-mode On May 22, 2008, at 11:38 PM, Eric Schulte wrote: > 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. I actually should modify this so that it is not required to give the key again at the end.... Will do so. - Carsten