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
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