From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Exporting latex formulas Date: Thu, 03 Sep 2009 08:54:48 -0400 Message-ID: <27496.1251982488@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjCr1-0006Kv-8v for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 09:59:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjCqw-0006DA-RQ for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 09:59:59 -0400 Received: from [199.232.76.173] (port=33459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjCqw-0006Cy-JW for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 09:59:54 -0400 Received: from vms173015pub.verizon.net ([206.46.173.15]:54137) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjCqw-00028H-F1 for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 09:59:54 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173015.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KPE0042BESVTTO4@vms173015.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 08:58:08 -0500 (CDT) In-reply-to: Message from andrea crotti of "Thu, 03 Sep 2009 11:25:38 +0200." 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: andrea crotti Cc: emacs-orgmode@gnu.org andrea crotti wrote: > > When I export to html my latex formulas are not "touched" at all, the > only variable that should be in charge > (setq export-with-LaTex-fragments t) > > is already set to t, and the formula is nicely converted to image inside > emacs, what else could that be? > Is dvipng installed? Nick PS BTW, the variable is org-export-with-LaTeX-fragments - you left out the org- part above, but that might be just a cut-n-paste error.