From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: BUG Latex: exporting a tree Date: Wed, 15 Dec 2010 12:45:05 +0100 Message-ID: <83mxo7i7jy.fsf_-_@yahoo.it> References: <4D009B12.9040404@unibas.ch> <4D023DDC.5080008@unibas.ch> <4D0892B2.2020908@unibas.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54937 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSpmN-0002Oj-GA for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 06:44:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSpmL-0002JU-Qf for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 06:44:19 -0500 Received: from nm1-vm0.bullet.mail.ukl.yahoo.com ([217.146.183.224]:36365) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PSpmL-0002JQ-Hd for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 06:44:17 -0500 In-Reply-To: <4D0892B2.2020908@unibas.ch> (=?utf-8?Q?=22J=C3=B6rg?= Hagmann"'s message of "Wed, 15 Dec 2010 11:04:34 +0100") 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: =?utf-8?Q?J=C3=B6rg?= Hagmann Cc: emacs-orgmode@gnu.org J=C3=B6rg Hagmann writes: > Third attempt to get your attention: > I confirm the bug. GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1 Org-mode version 7.4 commit-eb0d35dd185043933a0415222adc51906579dc67 > - If you export the (new) minimal example below to latex (C-cC-e l), > it works. -------New minimal example------------ * Subtree=20 | One | Two | Three | |--------+------+-------| | * Test | text | text | | ** One | text | text | Some text, subtree 1 ** Subsubtree=20 | One 2 | Two 2 | Three 2 | |--------+------+-------| | * Test 2 | text 2 | text 2 | | ** One 2 | text 2 | text 2 | --------End of new minimal example--------------------- > - If you only export a tree (Subtree in the example; C-c C-e 1 l),=20 > the=20 > first table ends at the horizontal line and everything between it and > the next node (Subsubtree) is eliminated.=20 > The second (identical) table is exported correctly. this happens also if it is manually selected the region between=20=20 "* Subtree " and "subtree 1" and exported with C-c C-e The html export works ok. > - If you remove the asterisk(s) in the first table, it works. Actually, it works *only* for the lines without "*" ----------------------------------example: -------- * Subtree=20 | One | Two | Three | |--------+------+-------| | Test | text | text | | ** One | text | text | Some text, subtree 1 ----------------------------------------- Is exported as: \begin{center} \begin{tabular}{lll} One & Two & Three \\ \hline Test & text & text \\ \end{tabular} \end{center} \section{Subsubtree} the second line "** One ...." is not exported. > > This problem crept in in the last days or weeks before 7.4. > Emacs 23.2.1 on OS X 10.6.5 > Org-mode version 7.4 (release_7.4.24.g48b11.dirty) cheers, Giovanni P.S.=20 J=C3=B6rg in the meanwhile you may write a function, to post-process your column-view, that=20 either deletes "*" or=20 substitutes "| * <- space" with "| "