emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Orgmode] tables with many rows not all visible when exporting t


From: Nick Dokos
Subject: Re: [O] [Orgmode] tables with many rows not all visible when exporting to PDF
Date: Fri, 09 Feb 2018 14:20:54 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Jon David <address@hidden> writes:

> Hello Org-mode community,
>
> This is my first post to the mailing list. I'll jump right into the problem.
>
> I have an org-table consisting of a few hundred lines. I can view and
> modify the entire table in emacs no problem. However, when I export to
> LaTeX then to PDF I noticed not all rows are visible in the
> document. The first 48 rows are visible in a single page, and I
> expected the remaining rows to be displayed in the following pages;
> however, they are not.
>
> I noticed the exported .tex file does contain all rows. This means the
> problem occurs when exporting from LaTeX to PDF. But I just want to
> export directly from org-file to PDF. What am I missing? Why aren't
> the remaining rows displayed in the following pages in the exported
> PDF?
>
> Thank you for your time,
>

LaTeX may be truncating the table because it does not fit on a single
page. You might have better luck by using a longtable:

#+ATTR_LATEX: :environment longtable

Untested.

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]