From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Create a longtable in LaTeX from orgtbl Date: Wed, 18 Jun 2014 10:33:10 -0400 Message-ID: <87mwdauw2h.fsf@alphaville.bos.redhat.com> 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]:51710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxGve-0006Xt-DA for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 10:33:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxGvW-0003im-14 for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 10:33:34 -0400 Received: from plane.gmane.org ([80.91.229.3]:58734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxGvV-0003hp-Qx for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 10:33:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WxGvU-0007mV-Kd for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 16:33:24 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jun 2014 16:33:24 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jun 2014 16:33:24 +0200 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: emacs-orgmode@gnu.org Oliver Kappel 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