[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug in export orgtbl / LaTeX
From: |
AW |
Subject: |
Re: [O] Bug in export orgtbl / LaTeX |
Date: |
Mon, 17 Jun 2013 14:34:34 +0200 |
User-agent: |
KMail/4.10.4 (Linux/3.8.9-4-desktop; KDE/4.10.4; x86_64; ; ) |
Am Freitag, 14. Juni 2013, 18:58:06 schrieb Nicolas Nicolas Goaziou:
> Hello,
>
...
> >> >> Hi!
> >> >>
> >> >> If I try to use orgtbl-mode in this file and export the orgtbl block
> >> >> inside
> >> >> the comment environment to the RECEIVE ORGTBL area, the LaTeX-file
> >> >> will
> >> >> not
> >> >> compile, because the numbering in the org-table is exported as
> >> >>
> >> >> \begin{enumerate}
> >> >> \item installment
> >> >> \end{enumerate}
> >> >>
> >> >> I'd say that inside tabulars numbers like "1." should not be
> >> >> considered
> >> >> as a part of a numbered list.
> >>
...
> `orgtbl-to-latex' doesn't use export framework at all, unlike to
> `orgtbl-to-html'. One solution would be to change that:
>
> (defun orgtbl-to-latex (table params)
> "Convert the orgtbl-mode TABLE to LaTeX.
> TABLE is a list, each entry either the symbol `hline' for
> a horizontal separator line, or a list of fields for that line.
> PARAMS is ignored."
> (require 'ox-latex)
> (org-export-string-as
> (orgtbl-to-orgtbl table nil) 'latex t '(:with-tables t)))
>
> However, we lose all PARAMS configuration (:splice t in particular).
>
> Note that, according to Org syntax, "1." doesn't start a list, since
> tables cannot contain lists.
>
>
> Regards,
Dear Nicolas,
isn't that quite a contradiction: according to org-syntax tables can not
contain lists, but orgtbl-to-latex treats "1." inside a table as if it were a
beginning of a list?
Besides that, thank you for your code, but as my MEW showed, I use things like
:splice t . In fact, I do splice nearly every orgtbl into a frame on the
LaTeX-side.
I have no idea, what to do, only thing I can say is that I use org-tables to
draft contracts including paing by instalments, e.g. in dependence to progress
of contstruction works. So things like "1. Instalment" happen.
Kind regards,
Alexander
- [O] Bug in export orgtbl / LaTeX, AW, 2013/06/12
- Re: [O] Bug in export orgtbl / LaTeX, AW, 2013/06/13
- Re: [O] Bug in export orgtbl / LaTeX, Nick Dokos, 2013/06/13
- Re: [O] Bug in export orgtbl / LaTeX, AW, 2013/06/13
- Re: [O] Bug in export orgtbl / LaTeX, Nicolas Goaziou, 2013/06/14
- Re: [O] Bug in export orgtbl / LaTeX,
AW <=
- Re: [O] Bug in export orgtbl / LaTeX, Suvayu Ali, 2013/06/17
- Re: [O] Bug in export orgtbl / LaTeX, Nicolas Goaziou, 2013/06/18
- Re: [O] Bug in export orgtbl / LaTeX, AW, 2013/06/19