emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: Falsely identify Table formula as INVISIBLE target


From: Muchenxuan Tong
Subject: [O] Bug: Falsely identify Table formula as INVISIBLE target
Date: Wed, 14 Mar 2012 16:49:29 +0800

I use a formula like this in my org table:

#+TBLFM: $>=vmean($<<..$>>);%.3f

However, when I export the org table to a latex file, there appears a line in the tex file like this:

<<..\$>>(INVISIBLE)

If I use  #+TBLFM: $>=vmean($2..$>>);%.3f, the problem will disappear. I think this is caused by the functions in org-exp.el falsely identifies the formula as INVISIBLE target.

By: Muchenxuan Tong

reply via email to

[Prev in Thread] Current Thread [Next in Thread]