From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Recent changes to the new exporter? Date: Fri, 14 Dec 2012 15:34:58 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjWLy-0003B8-Th for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 09:35:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjWLt-00049z-Om for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 09:35:06 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:57097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjWLt-00049F-HI for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 09:35:01 -0500 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: Org Mode Hello, I compiled the new exporter recently (to test the asynchronous export), but since then a file I was working on can no longer be exported using the koma exporter. I'm getting the following error: byte-code: Before first headline at position 4046 in buffer 2012-12-12-Cwrk-Recommandation-Qualification_Micha=C3=ABl_Lienhardt.org The file looks something like this #+BEGIN_SRC org #+latex_class: my-letter-fr #+lco: InriaRennesFR #+title: Lettre de Recommandation pour Micha=C3=ABl Lienhardt. #+opening: ~ #+closing: ~ bunch of text (with no headline) #+END_SRC Has something changed that could result in this error? Thanks, Alan