emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Columns with marking characters are exported to latex (Org 8)


From: Thorsten Grothe
Subject: [O] Columns with marking characters are exported to latex (Org 8)
Date: Mon, 18 Aug 2014 21:59:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hello List,

I'm running here the maint branch of Org-Mode (8.2.7c). I installed it with git.

I tried to export this table to latex:

#+TBLNAME: Test
#+ORGTBL: SEND Test orgtbl-to-latex :skip 1 :splice t
|   |    A |    B |
|---+------+------|
|   |    6 |    2 |
|   |    4 |    9 |
|---+------+------|
| _ | suma | sumb |
|   |   10 |   11 |
#+TBLFM: $suma=vsum(@address@hidden)::$sumb=vsum(@address@hidden)


and got the following result:

% BEGIN RECEIVE ORGTBL Test
\hline
 & 6 & 2 \\
 & 4 & 9 \\
\hline
$\backslash$$_$ & suma & sumb \\
 & 10 & 11 \\
% END RECEIVE ORGTBL Test

as you can see the first column of the table is exported to latex. Normally columns with marking characters are *not* exported to latex. Is this a bug?

Thanks in advance!


--
Regards

Thorsten



reply via email to

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