Hello, Thomas Holst <thomas.ho...@de.bosch.com> writes:
> Labels and captions are not exported to LaTeX. > > ECM: > #+BEGIN_SRC org > * Captions for Tables > #+CAPTION: A Caption for Testing > #+LABEL: tbl:Label > #+ATTR_LaTeX: placement=[H] > > | one | two | three | > |-----+-----+-------| > | 1 | 2 | 3 | > | 2 | 4 | 6 | > #+END_SRC This is because affiliated keywords must be attached to the element they refer to. In other words, there mustn't be a blank link between #+ATTR_LATEX and the beginning of the table. Regards, -- Nicolas Goaziou