From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Purcell Subject: Regression: org-export-as-html failure Date: Thu, 28 Feb 2013 11:10:43 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1uo-0002FO-SW for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 06:44:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB1un-0007f2-UE for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 06:44:46 -0500 Received: from plane.gmane.org ([80.91.229.3]:41678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1un-0007eY-Nq for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 06:44:45 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UB1v5-0002y5-Rz for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 12:45:03 +0100 Received: from host109-158-20-231.range109-158.btcentralplus.com ([109.158.20.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2013 12:45:03 +0100 Received: from steve by host109-158-20-231.range109-158.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2013 12:45:03 +0100 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 Using the org-mode included in Emacs HEAD as of yesterday, the following content causes an error when exporting as html: https://gist.github.com/purcell/5055957 Backtrace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("\\([^\\\\]\\)\\([_^]\\)" nil) org-export-protect-sub-super(nil) org-export-normalize-links() org-export-preprocess-string(...) org-export-as-html(nil) call-interactively(org-export-as-html) Export as iCal works fine. The list of bare http links seems to be the problem, but until recently org-mode happily exported this content to html. -Steve