From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathias Bauer Subject: Bug: HTML export broken [7.8] Date: Tue, 13 Dec 2011 00:19:16 +0100 Message-ID: <20111212231916.GA4529@gmx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaF9U-00078W-Cw for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 18:19:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaF9T-00050o-6r for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 18:19:20 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:33625) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RaF9S-00050g-SU for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 18:19:19 -0500 Received: from localhost by localhost with ESMTP id 82879294060 for ; Tue, 13 Dec 2011 00:19:16 +0100 (CET) Received: from localhost by localhost with LMTP id 2VxDZi2CUZGg for ; Tue, 13 Dec 2011 00:19:16 +0100 (CET) Content-Disposition: inline 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 everybody, after installing v7.8 Org's HTML export feature seems to be broken. Running the following command as documented $ emacs -Q -l /path/to/minimal-org.el and exporting a simple Org text like --------------------test.org-------------------- * Test This is some sample text. --------------------test.org-------------------- I get this error -------------------- emacs *Backtrace* -------------------- Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) org-export-as-html(nil) call-interactively(org-export-as-html) org-export(nil) call-interactively(org-export nil nil) -------------------- emacs *Backtrace* -------------------- and an incomplete HTML file: --------------------test.html-------------------- test1
--------------------test.html-------------------- My environment: Emacs : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11 on raven, modified by Debian Package: Org-mode version 7.8 Can you please check this issue? Many thanks in advance, Mathias