emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org 8 Bug in interactive formula editing mode?
@ 2014-07-21  7:09 Thorsten Grothe
  2014-07-21 13:50 ` Thorsten Grothe
  0 siblings, 1 reply; 27+ messages in thread
From: Thorsten Grothe @ 2014-07-21  7:09 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2014-07-28 17:25 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-21  7:09 Org 8 Bug in interactive formula editing mode? Thorsten Grothe
2014-07-21 13:50 ` Thorsten Grothe
2014-07-21 13:57   ` Nick Dokos
2014-07-21 16:14     ` Thorsten Grothe
2014-07-21 17:19       ` Nick Dokos
2014-07-21 18:36         ` Thorsten Grothe
2014-07-21 19:17           ` Thorsten Grothe
2014-07-21 19:36             ` Thorsten Grothe
2014-07-21 20:25               ` Nick Dokos
2014-07-22  6:27               ` Robert Klein
2014-07-22  8:14                 ` Thorsten Grothe
2014-07-22  8:58                   ` Nick Dokos
2014-07-22 17:09                     ` Thorsten Grothe
2014-07-22 17:39                       ` Nick Dokos
2014-07-22 19:01                         ` Nick Dokos
2014-07-22 19:29                           ` Robert Klein
2014-07-22 20:30                             ` Nick Dokos
2014-07-22 20:48                               ` Nick Dokos
2014-07-22 20:56                         ` Thorsten Grothe
2014-07-22 21:37                           ` Nick Dokos
2014-07-23  6:56                             ` Thorsten Grothe
2014-07-24  4:04                               ` Nick Dokos
2014-07-27 16:13                                 ` Bastien
2014-07-22 21:47                           ` Nick Dokos
2014-07-22  8:32                 ` Nick Dokos
2014-07-22 20:37                   ` Luke Crook
2014-07-22 20:31     ` Luke Crook

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).