emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: LaTeX export bugs?


From: Carsten Dominik
Subject: Re: [Orgmode] Re: LaTeX export bugs?
Date: Tue, 15 Sep 2009 14:13:16 +0100

Hi Francesco,

indeed, it looks like I did make a mistake when recently trying to fix this.

I believe I have got it right this time (current git version), please verify.

- Carsten

On Sep 15, 2009, at 1:11 PM, Francesco Pizzolante wrote:

Hi,

Carsten Dominik wrote:
On Jul 1, 2009, at 10:21 PM, Sébastien Vauban wrote:
Other things I've noticed:

- Even with version 6.28, the `#+TBLNAME' tag must be located in column 0
(at
least, for the highlighting features to work)

Fixed, thanks.

I'm using orgmode 6.30c and I still have this problem: if the # +TBLNAME: tag
is not located in column 0, the remote reference does not work.

Here's my little test:

#+TBLNAME: A
   |   |     T |
   |---+-------|
   |   |  2.00 |
   |   |  5.00 |
   |---+-------|
   | # |  9.00 |
   | ^ | total |
   #+TBLFM: $2=vsum(@address@hidden);%.2f

   #+TBLNAME: price
      |    T |    PU | Total |
      |------+-------+-------|
      | 9.00 | 10.25 | 92.25 |
      |------+-------+-------|
   #+TBLFM: @2$1=remote(A,$total);%.2f::@2$3=$1*$2;%.2f


Just add a few spaces at the first line and when you recompute the second
table you get a "Can't find remote table A" message.

Moreover, in a LaTeX environment, using the orgtbl minor mode, the
highlighting (font locking) does not work on the #+TBLNAME: line, even if
located in column 0.

Thanks.
F.


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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