From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: library of babel, bootabs question Date: Fri, 08 Oct 2010 11:41:55 -0400 Message-ID: <87aamo669o.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=36237 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4F5E-0007WI-Gf for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 11:42:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4F58-0006jh-K3 for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 11:42:04 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:56335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4F58-0006jN-Ha for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 11:42:02 -0400 Received: by gwj22 with SMTP id 22so565472gwj.0 for ; Fri, 08 Oct 2010 08:42:01 -0700 (PDT) In-Reply-To: (Robert Klein's message of "Fri, 08 Oct 2010 13:23:35 +0200") 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: Robert Klein Cc: Org Mode Hi Robert, Currently the only way I know of inhibiting the export of the original table, is to move it to an un-exporting subtree. This can be done using the COMMENT header keyword by moving the table to a new subtree and pressing C-c ; which runs org-toggle-comment in that subtree. Best -- Eric "Robert Klein" writes: > I'm trying to export a document to LaTeX, using a lob-call to booktabs > for a table. > > Unfortunately I seem to get two tables, the original one and the one > from the lob call. > > The table looks like this: > > > #+tblname: ma > |-----------------------+-----------------------+-------------| > | row 1 cell 1 header | row 1 cell 2 header | r1c3 header | > | row 2 cell 1 header | row 2 cell 2 header | r2c3 header | > |-----------------------+-----------------------+-------------| > | some text inside tabl | some text, some text | more text | > | more text | more text | more text | > | more text | more text | more text | > |-----------------------+-----------------------+-------------| > #+call: booktabs(table=ma, align="lll") :results latex :exports results > > > Did I forget some option? I didn't find any in the manuals. > > > Thanks a lot for any help. > Robert > > _______________________________________________ > 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