Oliver Kappel <ngre...@gmx.net> writes: > Hello, > > I'm just using: > > #+CAPTION: Table headline shown in \listoftables > #+NAME: tab:name_for_ref_to > #+ATTR_LATEX: :environment longtable :align |l|l|l| > |-------+-------+-------| > | Col 1 | Col 2 | Col 3 | > |-------+-------+-------| > > Works fine on org-version 8.2.5h spanning the table via latex export > over several pages. LaTex \usepackage{longtable} is set in > org-export-latex-default-packages-alist per default. > > Just the phrase "continued on next page" is hardcoded in ox-latex.el > line 2620 if you need a localized output. > >> >> Can you show how to create a longtable in LaTeX from orgtbl? >>
"orgtbl" is the operative word here: the OP is *not* talking about an org file, but about a LaTeX file with a radio table. See (info "(org) Radio tables") for details. Nick