From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Beffara Subject: Re: Problem with org-html-format-latex Date: Mon, 11 Feb 2013 22:44:36 +0100 Message-ID: <866E1EACDD1246B7B1966825A855812B@gmail.com> References: <20E4E4D8E34D465D9CF893C7EE0BBEFC@gmail.com> <87halmprmz.fsf@bzg.ath.cx> <0AB7A4D1F37642B088518798F55A519F@gmail.com> <45435078259D41F3B396529AFA666F26@gmail.com> <87ehgmhoku.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U51Ax-0005zo-Kj for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 16:44:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U51Av-0004jw-Ux for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 16:44:35 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:54002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U51Av-0004jl-O9 for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 16:44:33 -0500 Received: by mail-ee0-f44.google.com with SMTP id l10so3511530eei.17 for ; Mon, 11 Feb 2013 13:44:32 -0800 (PST) In-Reply-To: <87ehgmhoku.fsf@bzg.ath.cx> 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: Bastien Cc: Org Mode List > > so simply testing > > on the value of processing-type would work better, maybe? > > Yes, should be okay now, let me know! Nope, exactly the same. cache-relpath and cache-dir are not allowed to be nil. Meaning that if processing-type is 'mathjax they should be set to _some_ string anyway (the contents will be ignored eventually, but far down the line unfortunately ...) Something like instead of your 'let' line works: (let ((cache-relpath "") (cache-dir "") bfn) /v