From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: Re: [new exporter] no caption and no label in tables exported to LaTeX Date: Wed, 18 Jul 2012 11:45:30 +0200 Message-ID: References: <87629l4djc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrQpX-0004qI-5P for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 05:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrQpQ-0004jB-40 for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 05:46:03 -0400 Received: from smtp2-v.fe.bosch.de ([139.15.237.6]:43016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrQpP-0004j2-To for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 05:45:56 -0400 In-Reply-To: <87629l4djc.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 18 Jul 2012 11:35:51 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: "Holst Thomas (DGS-EC/ESE4)" , "emacs-orgmode@gnu.org" Hi Nicolas, =B7 Nicolas Goaziou wrote: > Hello, > > Thomas Holst 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=3D[H] >> >> | one | two | three | >> |-----+-----+-------| >> | 1 | 2 | 3 | >> | 2 | 4 | 6 | >> #+END_SRC > > This is because affiliated keywords must be attached to the element the= y > refer to. In other words, there mustn't be a blank link between > #+ATTR_LATEX and the beginning of the table. Thanks for explaining and sorry for the noise. I just let the new exporter run over various or my org files and noticed the difference. --=20 Bis neulich ... Thomas