From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Grothe Subject: Org 8 Bug in interactive formula editing mode? Date: Mon, 21 Jul 2014 09:09:25 +0200 Message-ID: <20140721090925.73e90201@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]:46354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X97j7-0003hf-CS for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 03:09:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X97j1-0002xp-7l for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 03:09:37 -0400 Received: from mx02.posteo.de ([89.146.194.165]:40356 helo=posteo.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X97j1-0002xJ-0d for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 03:09:31 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.posteo.de (Postfix) with ESMTP id 469812582086 for ; Mon, 21 Jul 2014 09:09:27 +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 gID80F7jnPyA for ; Mon, 21 Jul 2014 09:09:26 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by mail.posteo.de (Postfix) with ESMTPSA id 2495A2C0100 for ; Mon, 21 Jul 2014 09:09:25 +0200 (CEST) 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 Dear list, I downloaded and installed the latest stable orgmode in my local homedir, typed make all in a shell and put the following in my .emacs (package-initialize) (add-to-list 'load-path "~/.emacs.d/src/org-8.2.7b/lisp")(require 'org-install) org-version displays the correct org-mode, so everything is fine. Now I created a table like this: #+TBLNAME: sec-umsatzsteuer #+ORGTBL: SEND sec-umsatzsteuer orgtbl-to-latex :skip 2 :splice | Wert | UST/VST | gesamt | |-------+---------+--------| | 15000 | 2850 | 17850 | | 80000 | 15200 | 95200 | #+TBLFM: $2=round($1*19/100,2)::$3=$1+$2 when I try to edit table formulas interactive with C-c ' emacs jumps to an empty line at the end of the buffer and not to the formula in the table. Does anyone have an idea? Regards Th. Grothe