From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Disputed keys Date: Sat, 18 Dec 2010 22:26:13 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PU4IN-0001Q9-IY for emacs-orgmode@gnu.org; Sat, 18 Dec 2010 16:26:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PU4IM-0003uH-Hz for emacs-orgmode@gnu.org; Sat, 18 Dec 2010 16:26:27 -0500 Received: from lo.gmane.org ([80.91.229.12]:49132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PU4IM-0003u9-AK for emacs-orgmode@gnu.org; Sat, 18 Dec 2010 16:26:26 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PU4IK-0006bP-Li for emacs-orgmode@gnu.org; Sat, 18 Dec 2010 22:26:24 +0100 Received: from ip1-201.halifax.rwth-aachen.de ([137.226.108.201]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Dec 2010 22:26:24 +0100 Received: from andrea.crotti.0 by ip1-201.halifax.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Dec 2010 22:26:24 +0100 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: emacs-orgmode@gnu.org I wanted finally to fix the following problem, I would like to use meta-left/right to switch frame, and that's one of the keys that orgmode uses. I added the two values here to the org-disputed-keys --8<---------------cut here---------------start------------->8--- [(meta left)] Value: [(meta control left)] [(meta right)] Value: [(meta control right)] --8<---------------cut here---------------end--------------->8--- but still it doesn't work, in orgmode meta-left is always bound to the org action, not to other-frame as it is in other modes... Any suggestions?