From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Error upon HTML export of LaTeX source code [8.3.4 (release_8.3.4-831-gbf93e1 @ /home/dominik/.emacs.d/org-mode/lisp/)] Date: Mon, 23 May 2016 22:09:09 +0200 Message-ID: <871t4sa656.fsf@saiph.selenimh> References: <87k2inznzo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4wAF-0004ki-U9 for emacs-orgmode@gnu.org; Mon, 23 May 2016 16:09:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4wAC-0006HN-5x for emacs-orgmode@gnu.org; Mon, 23 May 2016 16:09:22 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:38578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4wAB-0006GJ-Vc for emacs-orgmode@gnu.org; Mon, 23 May 2016 16:09:20 -0400 In-Reply-To: <87k2inznzo.fsf@gmail.com> (Dominik Schrempf's message of "Sat, 21 May 2016 12:47:39 +0200") 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" To: Dominik Schrempf Cc: emacs-orgmode@gnu.org Hello, Dominik Schrempf writes: > I try to export a fontified LaTeX source code listing with HTML export. > It boils down to an error that is thrown upon execution of the following > function during HTML export: > > (org-html-fontify-code "\\begin{tabular}{@{} l @{}}\n\\hline\nno leading space\\\\\n\\hline\n\\end{tabular}\n" "latex") > > The debugging information is: > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > expand-file-name(nil) > reftex-TeX-master-file() I cannot reproduce the error. I do not use reftex. However I tried to (add-hook 'TeX-mode-hook #'turn-on-reftex) to no avail. This might be something in your config. Regards, -- Nicolas Goaziou