From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Problem with org-html-format-latex Date: Tue, 12 Feb 2013 08:39:00 +0100 Message-ID: <878v6ux9pn.fsf@bzg.ath.cx> References: <20E4E4D8E34D465D9CF893C7EE0BBEFC@gmail.com> <87halmprmz.fsf@bzg.ath.cx> <0AB7A4D1F37642B088518798F55A519F@gmail.com> <45435078259D41F3B396529AFA666F26@gmail.com> <87ehgmhoku.fsf@bzg.ath.cx> <866E1EACDD1246B7B1966825A855812B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5ASI-00046g-Ue for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 02:39:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5ASG-0007jZ-GR for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 02:39:06 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:39188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5ASG-0007jH-9p for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 02:39:04 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so5345832wgb.35 for ; Mon, 11 Feb 2013 23:39:03 -0800 (PST) In-Reply-To: <866E1EACDD1246B7B1966825A855812B@gmail.com> (Vincent Beffara's message of "Mon, 11 Feb 2013 22:44:36 +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: Vincent Beffara Cc: Org Mode List Vincent Beffara writes: >> > 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) Mhh... okay. Now should be good. Thanks for your patience. -- Bastien