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

2018-02-09 Thread Nick Dokos
Jon David 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 n

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

2018-02-09 Thread Jon David
I found the solution. This page shows shows a list of attributes that are available: https://orgmode.org/manual/Tables-in-LaTeX-export.html#Tables-in-LaTeX-export To fix my problem, I did the following: (1) add this to the top of the org file: #+LaTeX_HEADER: \usepackage{longtable} (2) Before t