From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: Export to LaTeX without "surroundings"? Date: Wed, 23 Dec 2009 00:41:28 -0300 Message-ID: <4b31916d.c501be0a.2da4.ffffa22d@mx.google.com> References: <4B30BF51.30901@gmx.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NNI6X-0007yy-7X for emacs-orgmode@gnu.org; Tue, 22 Dec 2009 22:41:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NNI6S-0007wp-G1 for emacs-orgmode@gnu.org; Tue, 22 Dec 2009 22:41:40 -0500 Received: from [199.232.76.173] (port=42061 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNI6S-0007wh-7N for emacs-orgmode@gnu.org; Tue, 22 Dec 2009 22:41:36 -0500 Received: from mail-yx0-f191.google.com ([209.85.210.191]:54681) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NNI6R-0003E3-T2 for emacs-orgmode@gnu.org; Tue, 22 Dec 2009 22:41:36 -0500 Received: by yxe29 with SMTP id 29so18973982yxe.14 for ; Tue, 22 Dec 2009 19:41:34 -0800 (PST) In-Reply-To: <4B30BF51.30901@gmx.de> 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: Karl Maihofer Cc: emacs-orgmode@gnu.org If all you want to do is using the org-mode superpowers for tables to write latex tables then you should about "Radio tables" in the manual (http://orgmode.org/manual/Radio-tables.html#Radio-tables). Basically, you write a standard org-mode table as a comment in your .tex file and then call a function to send the table as a latex table to a specified place in the same file. It is really nice and you can use all of the spreadsheet operations. - Darlan Cavalcante Moreira At Tue, 22 Dec 2009 13:45:05 +0100, Karl Maihofer wrote: > > Hi, > > is there a way to only export the content of an org-file to the LaTeX > syntax (without LaTeX header etc.)? > > I'd like to include a table.tex (my bibliography, i do not use bibtex) > into my main tex-file. But because it is very nice to write tables in > orgmode, i thought i could write my table in a file table.org, export it > to table.tex, which then will be included into my main.tex file. > > Thanks! > > Karl > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode