From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: [solved] (was: orgtbl in latex files, problem) Date: Thu, 10 Dec 2015 14:13:10 +0000 Message-ID: <87vb86tmrt.fsf@mat.ucm.es> References: <87vb86v1pm.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a71yL-00076D-Lc for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 09:13:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a71yG-0000Zx-Mz for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 09:13:29 -0500 Received: from plane.gmane.org ([80.91.229.3]:48328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a71yG-0000Zi-Gd for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 09:13:24 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a71yE-0001qV-1d for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 15:13:22 +0100 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Dec 2015 15:13:22 +0100 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Dec 2015 15:13:22 +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 >>> "Uwe" == Uwe Brauer writes: > Hello > I swear that usually worked in my latex files. > Situation: Sorry the problem was caused by these lines in my init file: (add-hook 'orgtbl-mode-hook (lambda () (org-defkey orgtbl-mode-map "\C-c\C-c" (orgtbl-make-binding 'org-ctrl-c-ctrl-c 1002 "\C-c\C-c")))) After I removed them, everyting was normal again.