[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Org 8 Bug in interactive formula editing mode?
From: |
Thorsten Grothe |
Subject: |
[O] Org 8 Bug in interactive formula editing mode? |
Date: |
Mon, 21 Jul 2014 09:09:25 +0200 |
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
- [O] Org 8 Bug in interactive formula editing mode?,
Thorsten Grothe <=
- Re: [O] Org 8 Bug in interactive formula editing mode?, Thorsten Grothe, 2014/07/21
- Re: [O] Org 8 Bug in interactive formula editing mode?, Nick Dokos, 2014/07/21
- Re: [O] Org 8 Bug in interactive formula editing mode?, Thorsten Grothe, 2014/07/21
- Re: [O] Org 8 Bug in interactive formula editing mode?, Nick Dokos, 2014/07/21
- Re: [O] Org 8 Bug in interactive formula editing mode?, Thorsten Grothe, 2014/07/21
- Re: [O] Org 8 Bug in interactive formula editing mode?, Thorsten Grothe, 2014/07/21
- Re: [O] Org 8 Bug in interactive formula editing mode?, Thorsten Grothe, 2014/07/21
- Re: [O] Org 8 Bug in interactive formula editing mode?, Nick Dokos, 2014/07/21
- Re: [O] Org 8 Bug in interactive formula editing mode?, Robert Klein, 2014/07/22
- Re: [O] Org 8 Bug in interactive formula editing mode?, Thorsten Grothe, 2014/07/22