emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nick Dokos
Subject: Re: [O] Columns with marking characters are exported to latex (Org 8)
Date: Mon, 18 Aug 2014 17:44:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Thorsten Grothe <address@hidden> 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(@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!

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)
`----

--
Nick




reply via email to

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