From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?S=C3=A9bastien?= Delafond Subject: Bug ? LaTeX exporter does not export subsections from included files Date: Mon, 8 Oct 2012 08:55:13 +0000 (UTC) Message-ID: <20121008105055.991@usenet.piggo.com> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL98E-0005Hc-U3 for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 04:56:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TL97a-0002sQ-TP for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 04:56:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:34149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL97a-0002sK-Mn for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 04:55:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TL97e-0001qg-Ul for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 10:55:34 +0200 Received: from 74.123.29.134 ([74.123.29.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Oct 2012 10:55:34 +0200 Received: from sdelafond by 74.123.29.134 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Oct 2012 10:55:34 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, a Debian user, on 7.9.1, reports[0] the following problem : Since the update to org-mode 7.9.1-1, the LaTeX export does not work completely anymore with included files. Please try exporting the attached testmain.org (for example to PDF via LaTeX with C-c C-e d). The included file testbar.org is included at the begining, but the subsections (**) are not exported. I've tried ODF and HTML export, which work as expected. Here is his testmain.org: * Foo Here is foo! * Bar #+INCLUDE: "testbar.org" ** Bar 3 This appears. * Conclusion And the corresponding testbar.org: This is Bar. ** Bar 1 This is Bar's first part. ** Bar 2 And here is the second one. Cheers --Seb [0] http://bugs.debian.org/689428