From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Kappel Subject: Re: Create a longtable in LaTeX from orgtbl Date: Wed, 18 Jun 2014 14:58:21 +0200 Message-ID: References: <20140618.081132.282414798.tkk@misasa.okayama-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFSh-0003fG-Hi for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 08:59:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxFSa-0005N8-2g for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 08:59:35 -0400 Received: from mout.gmx.net ([212.227.15.19]:63552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFSZ-0005MO-Qk for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 08:59:28 -0400 In-Reply-To: <20140618.081132.282414798.tkk@misasa.okayama-u.ac.jp> (Tak Kunihiro's message of "Wed, 18 Jun 2014 08:11:32 +0900 (JST)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tak Kunihiro Cc: emacs-orgmode@gnu.org 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? >