From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Holst Thomas (DS-ET/ECF1)" Subject: AW: Bug in LaTeX export Date: Fri, 10 Jul 2009 14:56:44 +0200 Message-ID: <23C69956B336A746BD3E1CD955C7A6992A51205138@SI-MBX03.de.bosch.com> References: <23C69956B336A746BD3E1CD955C7A6992A51205019@SI-MBX03.de.bosch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPFes-0007O8-6K for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 08:56:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPFel-0007DT-Tt for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 08:56:55 -0400 Received: from [199.232.76.173] (port=36571 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPFel-0007D3-Mh for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 08:56:51 -0400 Received: from smtp2-v.fe.bosch.de ([139.15.237.6]:42943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPFek-0008IK-Ml for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 08:56:51 -0400 In-Reply-To: Content-Language: de-DE 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: Matthew Lundin Cc: "emacs-orgmode@gnu.org" Hello Matt, > Von: Matthew Lundin [mailto:mdl@imapmail.org] > Betreff: Re: Bug in LaTeX export > > "Holst Thomas (DS-ET/ECF1)" writes: >> [Problem exporting a subtree with no further subsubtrees] > Do you have transient-mark-mode enabled? I tested this with Emacs 22 > and when transient-mark-mode was enabled, it exported correctly (i.e., > just the 1st tree). When transient-mark-mode was turned off, I got the > results you describe above. > Just a thought... yes I have transient-mark-mode enabled. Here is a simpler example to reproduce the bug: --8<---------------cut here---------------start------------->8--- * Kapitel 1 dingens foo bar * Kapitel 2 bar foo --8<---------------cut here---------------end-------------->8--- If you try to export only subtree 'Kapitel 1' to LaTeX you also have 'Kapitel 2' in the LaTeX output. Thomas