Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ I am exporting a large table from org to pdf via LaTeX. The meaning of some of the column headers are to be explained in footnotes. The table spans more than one page, so continuation headers are generated using longtabu. These continuation headers mangle with the footnote numbering as can be seen in this example: # -*- mode: org -*- #+STARTUP: showall #+LaTeX_CLASS_OPTIONS: [a5paper] #+LATEX_HEADER: \usepackage[T1]{fontenc} #+LATEX_HEADER: \usepackage[utf8x]{inputenc} #+LATEX_HEADER: \usepackage{tabu} #+TITLE: Multi page table test * Multi page table #+ATTR_LATEX: :environment longtabu | *Typ[fn:test]* | |----------------| | 1 | | 2 | | 3 | | 4 | | 5 | | 6 | | 7[fn:test2] | | 8 | | 9 | | 10 | |----------------| * Footnotes [fn:test] Testing footnotes with multi page latex tables. [fn:test2] Another Test DNV GL SE, Registered Office Hamburg No. HRB 115442 • Chairman of the Supervisory Board: Remi Eriksen • Executive Board: Knut Ørbeck-Nilssen • Torsten Schramm • Björn-Olaf Borth • The latest edition of the General Terms and Conditions of DNV GL SE is applicable. ************************************************************************************** This e-mail and any attachments thereto may contain confidential information and/or information protected by intellectual property rights for the exclusive attention of the intended addressees named above. If you have received this transmission in error, please immediately notify the sender by return e-mail and delete this message and its attachments. Unauthorized use, copying or further full or partial distribution of this e-mail or its contents is prohibited. **************************************************************************************