From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: [new exporter] Captions for tables made by source blocks Date: Wed, 6 Mar 2013 15:25:12 +0530 Message-ID: <20130306095512.GA1489@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDB4I-00063m-OY for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 04:55:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDB4H-0001lz-0v for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 04:55:26 -0500 Received: from mail-pb0-f49.google.com ([209.85.160.49]:50807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDB4G-0001lm-RS for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 04:55:24 -0500 Received: by mail-pb0-f49.google.com with SMTP id xa12so5740050pbc.22 for ; Wed, 06 Mar 2013 01:55:23 -0800 (PST) Content-Disposition: inline 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: emacs-orgmode There has been some change in the behaviour of #+CAPTION in case of tables made by source blocks. In the old exporter, #+CAPTION just before #+BEGIN_SRC was sufficient to place the caption before the table when the file was exported. The new exporter does not produce captions the same way. When I looked through the list archives, I found some discussion ( http://list-archives.org/2012/08/20/emacs-orgmode-gnu-org/o-new-exporter-and-latex-attributes/f/2837855005, and http://www.mail-archive.com/emacs-orgmode@gnu.org/msg57188.html ) It is, however, not clear if the problem was finally resolved and what is the recommended practice. Could somebody explain? Vikas