From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org 8 Bug in interactive formula editing mode? Date: Mon, 21 Jul 2014 16:25:53 -0400 Message-ID: <87zjg25ui6.fsf@alphaville.bos.redhat.com> 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> <20140721213627.180c865f@rudi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9KA2-0001Ol-M5 for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 16:26:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9K9w-0006sl-AY for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 16:26:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:57883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9K9w-0006sU-4B for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 16:26:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X9K9u-0002Nu-6A for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 22:26:06 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2014 22:26:06 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2014 22:26:06 +0200 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 Thorsten Grothe writes: > 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 :-) > > Have you done a `make' and a `make install' (or if you don't compile anything, at least a `make autoloads')? Have you restarted your emacs? I can't think of anything else right now: it works perfectly here. Nick