[O] [bug] in org-table.el: setq: Symbol's value as variable is void: repl

2014-07-30 Thread Thomas Holst
Hi list,

after a recent update I get the following error when I try to
recalculate formulas in a table:

  setq: Symbol's value as variable is void: repl

Searching for 'repl' in the lisp directory reveales only one hit in
org-table.el. repl was intoduced in commit:

  d4799eb * | org-table.el (org-table-eval-formula): Better error
  throwing

Reverting this commit fixed the problem for me. My lisp is not prfound
enough to provide a patch.

GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN
Org-mode version 8.3beta (release_8.3beta-134-gcb51b4 @
   c:/daten/users/DE_hts2fe/git-emacs/org-mode/lisp/)
on Win7

Thanks for looking into this.
-- 
Bis neulich ...
  Thomas



Re: [O] [bug] in org-table.el: setq: Symbol's value as variable is void: repl

2014-07-30 Thread Bastien
Hi Thomas,

Thomas Holst thomas.ho...@de.bosch.com writes:

 after a recent update I get the following error when I try to
 recalculate formulas in a table:

   setq: Symbol's value as variable is void: repl

This was a code typo I made, it is now fixed, please pull again
and test.

-- 
 Bastien



Re: [O] [bug] in org-table.el: setq: Symbol's value as variable is void: repl

2014-07-30 Thread Thomas Holst
Hi Bastien,

 Thomas Holst thomas.ho...@de.bosch.com writes:
 
 after a recent update I get the following error when I try to
 recalculate formulas in a table:

   setq: Symbol's value as variable is void: repl
 
 This was a code typo I made, it is now fixed, please pull again
 and test.

after a pull right now everything works as expected. Thanks for the
quick fix.

-- 
Bis neulich ...
  Thomas