From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Pank Roulund Subject: Re: LaTeX exporter #+INCLUDE bug Date: Sat, 15 Jan 2011 14:52:49 +0100 Message-ID: <4D31A6B1.1050809@gmail.com> References: <87sjx2kweh.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39311 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pe6Yj-0000Fy-J8 for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 08:52:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pe6Yf-0005UA-4f for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 08:52:49 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:38012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pe6Ye-0005U4-Vm for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 08:52:45 -0500 Received: by ewy27 with SMTP id 27so1845340ewy.0 for ; Sat, 15 Jan 2011 05:52:43 -0800 (PST) In-Reply-To: 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: carsten.dominik@gmail.com Cc: dmaus@ictsoc.de, emacs-orgmode@gnu.org > Yes. This is a bug and a bit hard to fix. > I only happens if the #+include line is before the > first headline in the buffer. > > I am afraid I do not have a simple solution. It is fairly simple to make a work-around: ,---- | * THIS IS A BUGFIX :noexport: | #+INCLUDE: cd.org | #+INCLUDE: books.org | #+INCLUDE: misc.org `---- Cheers, Rasmus