From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org 8 Bug in interactive formula editing mode? Date: Tue, 22 Jul 2014 04:32:26 -0400 Message-ID: <87iomp6bfp.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> <53CE0434.4040805@roklein.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9VV9-0006aH-0U for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 04:32:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9VV2-00014R-7T for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 04:32:46 -0400 Received: from plane.gmane.org ([80.91.229.3]:51642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9VV2-00014N-0W for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 04:32:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X9VV1-0003eN-02 for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 10:32:39 +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 ; Tue, 22 Jul 2014 10:32:38 +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 ; Tue, 22 Jul 2014 10:32:38 +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 Robert Klein writes: > > I confirm at least some variant of this. > > I start emacs using the command line "emacs -Q -l .e2" with .e2 being: > > #+begin_src elisp > (setq load-path (cons "~/.emacs.d/org-mode/lisp" load-path)) > (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . > org-mode)) > #+end_src > > org-mode version is git maint as of this morning. > > For my test file (attached) when I open the "first headline" and type > C-c ' in one of the first table rows, I get shown the lines up to and > including "Dan". Now, as long, as I navigate in formulas concerning the > visible rows, the table is visible in the org files buffer window and > the fields used by the formula are highlighted. > I can't reproduce any of this. When I open the "first headline" I get the first section ("Lorem ipsum ..."): no table shown (partial or total). When I open the second headline "headline", I get the table: all of it. C-c ' works. > Now, when I go down to the first formula whose referenced field(s) are > not visible, the cursor in the org file jumps to the end of the file > which is then displayed at the upper end of the tabletest.org buffer window. > > > > In "sufficient" long org files the visible cursor jumps to the end of > the org file buffer as soon as you navigate to a line with a formula in > the *Edit Formulae* buffer window. > > PS: I've seen this for at least two weeks ago, but forgot about it again. > This is from maint: Org-mode version 8.2.7b (release_8.2.7b-2-g798733 @ /home/nick/src/emacs/org/org-mode/lisp/) My suggestion would be to `make clean', `make autoloads' and try again: maybe there is some cruft in your tree that causes problems? Can anybody else reproduce this? Nick