emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug in export orgtbl / LaTeX


From: Nick Dokos
Subject: Re: [O] Bug in export orgtbl / LaTeX
Date: Thu, 13 Jun 2013 13:29:01 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

AW <address@hidden> writes:

> Puuuuuuuuush?!

With infinite force? But you are probably pushing against an immovable
wall :-)

>> 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.
>> 

Things like this would make the syntax complicated and unpredictable
(there is an old romantic comedy about tourists going on a bus tour of
Europe, entitled "If this is Tuesday, this must be Belgium" - that's
what popped into my head when I read your suggestion :-)

Nicolas has the last word of course, but if I were a betting man, I'd
bet that you won't get your wish.

>> Regards,
>> 
>> Alexander
>> 
>> 
>> 
>> ===================
>> \documentclass[ngerman]{article}
>> \usepackage[utf8]{inputenc}
>> \usepackage[T1]{fontenc}
>> \usepackage{babel, comment}
>> 
>> 
>> \begin{document}
>> 
>> 
>> 
>> \begin{center}
>>   \begin{tabular}{lrrr}
>>     Rate    & Fälligkeit & {Betrag (netto) EUR} & Umsatzst. \\
>>     % BEGIN RECEIVE ORGTBL Zahlungsraten
>> 
>>     % END RECEIVE ORGTBL Zahlungsraten
>> 
>>   \end{tabular}
>> \end{center}
>> 
>> \begin{comment}
>>   #+ORGTBL: SEND Zahlungsraten orgtbl-to-latex :splice t :skip 1
>> 
>>   |----------------+-----------------+----------+--------------|
>>   |
>>   | 1. installment | Vertragsschluss | 00000,00 | zuzügl. USt. |
>>   | 2. installment | Begin 1         | 0000,00  | zuzügl. USt. |
>>   | 3. installment | Begin 2         | 0000,00  | zuzügl. USt. |
>>   | 4. installment | Abschluss 1     | 0000,00  | zuzügl. USt. |
>>   | 5. installment | Abschluss 2     | 000,00   | zuzügl. USt. |
>>   | 6. installment | Inbetriebnahme  | 000,00   | zuzügl. USt. |
>>   |
>>   |----------------+-----------------+----------+--------------|
>>   |
>>   | Summe:         |                 | 0.00     | zuzügl. USt. |
>> 
>>   #+TBLFM: @7$3=vsum(@address@hidden);%.2f
>>   #$
>> \end{comment}
>> \end{document}
>> 
>> ==================
>
>
>

-- 
Nick




reply via email to

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