From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Grothe Subject: Re: Org 8 Bug in interactive formula editing mode? Date: Mon, 21 Jul 2014 21:36:27 +0200 Message-ID: <20140721213627.180c865f@rudi> References: <20140721090925.73e90201@rudi> <20140721155003.52846bb4@rudi> <87k3763jcc.fsf@alphaville.bos.redhat.com> <20140721181458.7e8004db@rudi> <87ppgy1vfx.fsf@alphaville.bos.redhat.com> <20140721203626.2a5294c7@rudi> <20140721211725.2a7cd8c3@rudi> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9JO4-0005LH-GS for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 15:36:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9JNx-00080r-1T for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 15:36:40 -0400 Received: from mx02.posteo.de ([89.146.194.165]:57514 helo=posteo.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9JNw-00080a-S5 for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 15:36:32 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.posteo.de (Postfix) with ESMTP id A937825A2120 for ; Mon, 21 Jul 2014 21:36:31 +0200 (CEST) Received: from posteo.de ([10.125.125.178]) (using TLS) by localhost (amavis1.posteo.de [10.125.125.165]) (amavisd-new, port 10026) with ESMTPS id U7UQsOzinZBr for ; Mon, 21 Jul 2014 21:36:29 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by mail.posteo.de (Postfix) with ESMTPSA id 9E1802C0229 for ; Mon, 21 Jul 2014 21:36:28 +0200 (CEST) In-Reply-To: <20140721211725.2a7cd8c3@rudi> 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 New test: I set up a minimal .emcas only for orgmode like this: #### (package-initialize) (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp") (require 'org) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (add-hook 'LaTeX-mode-hook 'orgtbl-mode) (add-hook 'message-mode-hook 'turn-on-orgtbl) #### My .emacs.d folder contains only the downloaded org files from git, same error :-) Regards Th. Grothe