From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: [LaTeX-Export] Longtable and Caption Date: Wed, 02 Dec 2009 08:51:53 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFk0g-0007Et-Pa for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:52:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFk0c-0007CQ-2S for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:52:26 -0500 Received: from [199.232.76.173] (port=36952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFk0b-0007CL-Su for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:52:21 -0500 Received: from mx20.gnu.org ([199.232.41.8]:34726) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFk0b-00076u-BT for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:52:21 -0500 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFk0Z-0003dw-Nb for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:52:19 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NFk0V-0006CC-Po for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 08:52:15 +0100 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Dec 2009 08:52:15 +0100 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Dec 2009 08:52:15 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, is there any good reason why there's always a caption (\caption{}) included whenever a table is exported to LaTeX as longtable environment? If there isn't, I would strongly prefer to have the same behaviour with longtable as with ordinary tables, i.e. suppress the caption if `#+CAPTION:' is not explicitly given. Ulf