emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [new exporter] no caption and no label in tables exported to LaT


From: Nicolas Goaziou
Subject: Re: [O] [new exporter] no caption and no label in tables exported to LaTeX
Date: Wed, 18 Jul 2012 11:35:51 +0200

Hello,

Thomas Holst <address@hidden> 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



reply via email to

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