From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Columns with marking characters are exported to latex (Org 8)
Date: Mon, 18 Aug 2014 17:55:50 -0400 [thread overview]
Message-ID: <871tsdpimx.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: 8761hppj69.fsf@alphaville.bos.redhat.com
Nick Dokos <ndokos@gmail.com> writes:
> Thorsten Grothe <info@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
next prev parent reply other threads:[~2014-08-18 21:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-18 19:59 Columns with marking characters are exported to latex (Org 8) Thorsten Grothe
2014-08-18 21:44 ` Nick Dokos
2014-08-18 21:55 ` Nick Dokos [this message]
2014-08-18 22:14 ` Thorsten Grothe
2014-08-19 4:29 ` Nick Dokos
2014-08-20 4:23 ` Nick Dokos
2014-08-20 7:23 ` Nicolas Goaziou
2014-08-20 11:58 ` Nick Dokos
2014-08-20 16:38 ` Thorsten Grothe
2014-08-20 17:16 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871tsdpimx.fsf@alphaville.bos.redhat.com \
--to=ndokos@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).