From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: how to bind keys in orgtbl-mode Date: Fri, 09 Dec 2011 22:36:59 +0100 Message-ID: <878vmltojo.fsf@mat.ucm.es> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZ88A-0005hm-LK for emacs-orgmode@gnu.org; Fri, 09 Dec 2011 16:37:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZ889-0000aI-M3 for emacs-orgmode@gnu.org; Fri, 09 Dec 2011 16:37:22 -0500 Received: from lo.gmane.org ([80.91.229.12]:34161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZ889-0000a6-EP for emacs-orgmode@gnu.org; Fri, 09 Dec 2011 16:37:21 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RZ887-000316-Lg for emacs-orgmode@gnu.org; Fri, 09 Dec 2011 22:37:19 +0100 Received: from 11.pool85-54-11.dynamic.orange.es ([85.54.11.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Dec 2011 22:37:19 +0100 Received: from oub by 11.pool85-54-11.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Dec 2011 22:37:19 +0100 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: emacs-orgmode@gnu.org Hello how can I bind keys in Orgtbl minor mode? I would like to have the same binding as in org-mode (local-set-key [(control c) (control w)] 'org-table-wrap-region) (local-set-key [(control c) (control h)] 'org-table-insert-hline) But I don't find a orgtbl-mode-hook. Thanks Uwe Brauer