From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjarte Johansen Subject: org-table not wrapped in table Date: Tue, 31 Jul 2012 22:44:19 +0200 Message-ID: <4C2DB9D3-E991-4622-9E65-5275BF6BC63F@student.uib.no> Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwJIl-0004ru-Lh for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 16:44:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwJIk-0003Gp-PM for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 16:44:23 -0400 Received: from rolf.uib.no ([129.177.6.19]:54124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwJIk-0003Gh-I2 for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 16:44:22 -0400 Received: from thoralf.uib.no (smtp.uib.no) [2001:700:200:13:129:177:13:16] by rolf.uib.no for emacs-orgmode@gnu.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.77) id 1SwJIi-0005e8-OF; Tue, 31 Jul 2012 22:44:20 +0200 Received: from tunnel-48-55.vpn.uib.no [129.177.48.55]:58013 by smtp.uib.no for emacs-orgmode@gnu.org with esmtps (Exim 4.69) id 1SwJIi-0000i6-8h; Tue, 31 Jul 2012 22:44:20 +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: "emacs-orgmode@gnu.org" Is there a reason the org-table does not get wrapped in a = \begin{table}[ht] in latex and only tabular? For scientific papers it = is usually nice to be able to add label and caption to the table in the = same way images/figures have. Right now I just wrapped it in #+BEGIN_table myself and added \caption = \label.=20 -- Bjarte=