emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] comment section with latex_header


From: Nicolas Goaziou
Subject: Re: [O] comment section with latex_header
Date: Tue, 24 Mar 2015 09:41:27 +0100

Hello,

Robert Klein <address@hidden> writes:

> this patch also breaks this kind of construct where not the table is
> exported, but the one created from the booktabs() call:
>
>
> ---> begin example <---
>   * Grundlagen
>   *** COMMENT unexported subtree with table source
>   #+tblname: masse

This is deprecated. Use #+name: instead.

>   | 1 gestr. Teelffel   | 1 gestr. Elffel       | 1 Tasse     |
>   | ca. 5 ccm           | ca 15 ccm             | ca 120 ccm  |
>   |---------------------+-----------------------+-------------|
>   | Zimt 2 g            | Haferflocken 8 g      | Mehl 80 g   |
>   | Paprika 2 g         | Speisestärke 9 g      | Grieß 96 g  |
>   | Speisestärke 2--3 g | Mehl, Semmelmehl 10 g | Zucker 90 g |
>   | Zucker 4 g          | Salz, Zucker, Öl 15 g |             |
>   | Salz 5 g            | Reis, Butter 15 g     |             |
>
>   ** Maße und Gewichte
>
>   #+call: booktabs(table=masse, align="lll") :results latex :exports results
> ---> end example <---

Good catch. The line between data that can be accessed and data that
cannot in a commented subtree is blurry.

Anyway, this should be fixed in
359572d37eb3131d934fbfaeffdee0c2a1abc7cc. Thank you.


Regards,

-- 
Nicolas Goaziou



reply via email to

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