From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel M German Subject: exporting a table to latex without the document stuff? Date: Fri, 14 Nov 2008 09:48:54 -0800 Message-ID: <87bpwimc55.fsf@uvic.ca> References: <200811070237.mA72bUvr023888@dog.comp.uvic.ca> Reply-To: dmg@uvic.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L12mx-0001rY-C4 for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:48:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L12mv-0001qs-Mp for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:48:59 -0500 Received: from [199.232.76.173] (port=58823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L12mv-0001qp-FS for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:48:57 -0500 Received: from oxygen.cs.uvic.ca ([142.104.68.221]:36823 helo=mn.cs.uvic.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L12mv-0001q9-VG for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:48:58 -0500 In-Reply-To: <200811070237.mA72bUvr023888@dog.comp.uvic.ca> (emacs-orgmode-request@gnu.org's message of "Thu, 06 Nov 2008 21:35:57 -0500") 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 everybody, I'd like to keep my latex tables in org, and then use a makefile to export them to Latex for inclusion in the document. Is it possible to only export the table without any of the preamble and \begin{document} stuff in it? thanks a lot! --daniel