From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: LaTeX export works but not in HTML Date: Thu, 01 Jul 2010 16:36:01 -0400 Message-ID: <9898.1278016561@alphaville.usa.hp.com> References: <767952.21338.qm@web65506.mail.ac4.yahoo.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=32859 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUQUT-0000d8-60 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 16:36:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUQUO-0001J9-6e for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 16:36:09 -0400 Received: from g6t0186.atlanta.hp.com ([15.193.32.63]:14458) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUQUO-0001Iy-34 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 16:36:04 -0400 In-Reply-To: Message from amscopub-mail@yahoo.com of "Thu, 01 Jul 2010 12:39:20 PDT." <767952.21338.qm@web65506.mail.ac4.yahoo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: amscopub-mail@yahoo.com Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org amscopub-mail@yahoo.com wrote: > Thanks very much for the tip. > > The relevant variables I needed to change were > org-export-latex-default-packages-alist and > org-format-latex-header. It's working fine now. > > BTW, where did you find the latex fragment? I'm assuming in the tmp > directory of the file? > On Linux, it was in /tmp/orgtexXXXXXX.tex (the XXXXXX part is a SHA1 sum of the contents.) Apparently, org cleans up these if everything goes OK, but leaves them lying around on error, which is convenient for debugging. Nick