Nick Dokos <ndo...@gmail.com> writes: > Thorsten Grothe <i...@th-grothe.de> writes: > >> 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(@I..@II)::$sumb=vsum(@I..@II) >> >> >> 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! > > Can't reproduce it either with 8.2.7c or with latest. I get > > ,---- > | \begin{document} > | > | \maketitle > | \tableofcontents > | > | I tried to export this table to latex: > | > | \begin{center} > | \begin{tabular}{rr} > | A & B\\ > | \hline > | 6 & 2\\ > | 4 & 9\\ > | \hline > | 10 & 11\\ > | \end{tabular} > | \end{center} > | % Emacs 24.4.50.1 (Org mode 8.2.7c) > `---- >
Sorry - disregard that. I didn't test with radio tables, I just did a straight export. I'll try radio tables later. Nick