From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Latex: exporting a tree Date: Wed, 15 Dec 2010 12:41:00 +0100 Message-ID: References: <4D009B12.9040404@unibas.ch> <4D023DDC.5080008@unibas.ch> <4D0892B2.2020908@unibas.ch> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=35569 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSpjH-0000uM-4l for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 06:41:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSpjF-0001iJ-LB for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 06:41:07 -0500 Received: from mail-ew0-f43.google.com ([209.85.215.43]:46514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSpjF-0001iF-F3 for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 06:41:05 -0500 Received: by ewy22 with SMTP id 22so1031258ewy.30 for ; Wed, 15 Dec 2010 03:41:04 -0800 (PST) In-Reply-To: <4D0892B2.2020908@unibas.ch> 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: =?ISO-8859-1?Q?J=F6rg_Hagmann?= Cc: Nicolas Goaziou , Org Mode Hi J=F6rg, On Dec 15, 2010, at 11:04 AM, J=F6rg Hagmann wrote: > Third attempt to get your attention: why the impatience? Your first attempt was December 9, now it is =20 December 15... No-one is being payed here for fixing problems. > > - If you export the (new) minimal example below to latex (C-cC-e l), =20= > it works. > - If you only export a tree (Subtree in the example; C-cC-e 1 l), =20 > the first table ends at the horizontal line and everything between =20 > it and the next node (Subsubtree) is eliminated. The second =20 > (identical) table is exported correctly. > - If you remove the asterisk(s) in the first table, it works. Thank you for your report, this issue is fixed now. Nicolas, I believe this was one of your patches - the limited outline =20= regexp needs to be anchored in the way you use it in org-latex.el. Greetings - Carsten > > This problem crept in in the last days or weeks before 7.4. > > It may not be a problem for most of you, but I happen to have a =20 > number of files where columns are automatically displayed as tables =20= > preceding the first subnode (#+BEGIN: columnview ...). An =20 > alternative would be to display %ITEM in column-view without the =20 > asterisks. > > Emacs 23.2.1 on OS X 10.6.5 > Org-mode version 7.4 (release_7.4.24.g48b11.dirty) > > Thanks, J=F6rg > > -------New minimal example------------ > * Subtree > > > | One | Two | Three | > |--------+------+-------| > | * Test | text | text | > | ** One | text | text | > > > Some text > > ** Subsubtree > > | One | Two | Three | > |--------+------+-------| > | * Test | text | text | > | ** One | text | text | > > --------End of new minimal example--------------------- > > On 12/10/10 3:49 PM, J=F6rg Hagmann wrote: >> I checked the problem below with the latest (7.4 alias "7.3") =20 >> version and it is still there. >> Could somebody look into that? >> Emacs 23.2 on OS X 10.6.5 >> >> Thanks, J=F6rg >>> With today's pull, exporting a subtree to latex (C-cC-e 1 l) =20 >>> truncates a table at the horizontal line and eliminates the text =20 >>> between the table and the next heading. It works when exporting =20 >>> 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 | =20 >>> status | >>> |---------+----------+------------------------------+-------=20 >>> +--------| >>> | * Test | | | 2 | =20 >>> [0/1] | >>> | ** One | 16.1.7.1 | [2010-12-13 Mon 10:15-12:00] | 2 | =20 >>> [ ] | >>> #+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--------------- > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode