From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lele Gaifax Newsgroups: gmane.emacs.devel Subject: org-export raises stringp nil error Date: Thu, 07 Mar 2013 19:19:42 +0100 Organization: Nautilus Entertainments Message-ID: <87ip539io1.fsf@nautilus.nautilus> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1362680411 8669 80.91.229.3 (7 Mar 2013 18:20:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Mar 2013 18:20:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 07 19:20:36 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UDfQe-00065U-9o for ged-emacs-devel@m.gmane.org; Thu, 07 Mar 2013 19:20:32 +0100 Original-Received: from localhost ([::1]:57057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDfQI-00074f-FG for ged-emacs-devel@m.gmane.org; Thu, 07 Mar 2013 13:20:10 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDfQ9-0006zP-6O for emacs-devel@gnu.org; Thu, 07 Mar 2013 13:20:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDfQ3-0005Y3-UV for emacs-devel@gnu.org; Thu, 07 Mar 2013 13:20:01 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDfQ3-0005W1-Nf for emacs-devel@gnu.org; Thu, 07 Mar 2013 13:19:55 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UDfQM-0005oY-4d for emacs-devel@gnu.org; Thu, 07 Mar 2013 19:20:14 +0100 Original-Received: from 151.62.65.23 ([151.62.65.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Mar 2013 19:20:14 +0100 Original-Received: from lele by 151.62.65.23 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Mar 2013 19:20:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 55 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.62.65.23 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:/PuswEjjrwrOuWdFzvUpIeTRdk0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157562 Archived-At: Hi all, first of all, apologies if this is not the right place for the following... Using current emacs-snapshot[1], trying to export even the following very simple file: # -*- mode: org; coding: utf-8 -*- * hi http://www.gnu.org/ to HTML results in this error: org-export-protect-sub-super: Wrong type argument: stringp, nil with the following traceback: string-match("\\([^\\\\]\\)\\([_^]\\)" nil) org-export-protect-sub-super(nil) org-export-normalize-links() org-export-preprocess-string(#("# -*- mode: org; coding: utf-8 -*-\n\n* h= i\n\n http://www.gnu.org/\n" 0 34 (fontified t font-lock-fontified t face = font-lock-comment-face) 34 36 (fontified t) 36 38 (fontified t face org-lev= el-1) 38 40 (fontified t face org-level-1) 40 44 (fontified t) 44 62 (fonti= fied t org-no-flyspell t mouse-face highlight face org-link keymap (keymap = (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . or= g-open-at-mouse))) 62 63 (fontified t org-no-flyspell t mouse-face highligh= t face org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-fi= nd-file-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face= highlight keymap invisible intangible help-echo org-linked-text htmlize-li= nk)) 63 64 (fontified t)) :emph-multiline t :for-backend html :skip-before-= 1st-heading nil :drawers nil :todo-keywords t :tasks t :tags not-in-toc :pr= iority nil :footnotes t :timestamps t :archived-trees headline :select-tags= ("export") :exclude-tags ("noexport") :add-text nil :LaTeX-fragments t) org-export-as-html(nil) call-interactively(org-export-as-html) org-export(nil) call-interactively(org-export nil nil) command-execute(org-export) If this isn't already known/fixed, should I report it as a bug? And eventually, on Emacs itself or on org-mode? thanks in advance, bye, lele. [1] GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-0= 3-04 on dex, modified by Debian --=20 nickname: Lele Gaifax | Quando vivr=C3=B2 di quello che ho pensato ieri real: Emanuele Gaifas | comincer=C3=B2 ad aver paura di chi mi copia. lele@metapensiero.it | -- Fortunato Depero, 1929.