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