Hello,

I'm just using:

#+CAPTION: Table Heading 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. Using LaTex package \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.

  Greetings,

  Oliver

At 18.06.2014 um 01:11 Tak Kunihiro wrote:

> Dear all,
>
> Can you show how to create a longtable in LaTeX from orgtbl?
>

Reply via email to