From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg_Hagmann?= Subject: Latex: exporting a tree Date: Thu, 09 Dec 2010 10:02:10 +0100 Message-ID: <4D009B12.9040404@unibas.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=57940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQcOH-0000VX-0j for Emacs-orgmode@gnu.org; Thu, 09 Dec 2010 04:02:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQcOG-0000BT-0O for Emacs-orgmode@gnu.org; Thu, 09 Dec 2010 04:02:16 -0500 Received: from smtp2pub.unibas.ch ([131.152.227.82]:21489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQcOF-0000At-Rs for Emacs-orgmode@gnu.org; Thu, 09 Dec 2010 04:02:15 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org Dear list, With today's pull, exporting a subtree to latex (C-cC-e 1 l) truncates a table at the horizontal line and eliminates the text between the table and the next heading. It works when exporting the whole file (C-cC-e l). -------Minimal example-------------- * Test :PROPERTIES: :COLUMNS: %15ITEM(Lecture) %number %Date %hours{+} %status{X/} :status_ALL: "[ ]" "[X]" :END: #+BEGIN: columnview :hlines 1 :id local :maxlevel 2 | Lecture | number | Date | hours | status | |---------+----------+------------------------------+-------+--------| | * Test | | | 2 | [0/1] | | ** One | 16.1.7.1 | [2010-12-13 Mon 10:15-12:00] | 2 | [ ] | #+END: Some text ** One :PROPERTIES: :Date: [2010-12-13 Mon 10:15-12:00] :hours: 2 :number: 16.1.7.1 :status: [ ] :END: ---------End of minimal example--------------- Regards, Jörg