From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug in pdf export of tables with latest development version Date: Fri, 28 Oct 2011 22:17:40 -0400 Message-ID: <4326.1319854660@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJyUW-000752-6i for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 22:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJyUV-0000J1-88 for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 22:17:48 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:32273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJyUV-0000Il-4i for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 22:17:47 -0400 In-Reply-To: Message from Herbert Sitz of "Sat, 29 Oct 2011 00:49:24 -0000." 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: Herbert Sitz Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Herbert Sitz wrote: > Herbert Sitz gmail.com> writes: > > I'm having problems exporting to pdf with a source block that generates a > table > > result. If the table has enough rows to get to bottom of page, it seems, > the > > rest of the table output disappears/is discarded and the pdf document > skips to > > text after the source block output. > > > > A little more info. Looking at the .tex file all of the exported data is there > in a \tabular section. However as I said whatever goes beyond end of page where > table starts is discarded or invisible on conversion to pdf. It seems no page > breaks are getting put into the table, just runs off end of first page in pdf. > > -- Herb > > You probably should try using a long table: section 12.6.4 in the manual or evaluate (info "(org) Tables in LaTeX export") Nick