From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea crotti Subject: Exporting latex formulas Date: Thu, 03 Sep 2009 11:25:38 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mj8du-00027S-C6 for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 05:30:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mj8dp-00022J-5Q for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 05:30:09 -0400 Received: from [199.232.76.173] (port=48105 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mj8do-000224-QO for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 05:30:04 -0400 Received: from lo.gmane.org ([80.91.229.12]:50518) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mj8do-0002oc-7q for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 05:30:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mj8dm-0002Yo-FB for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 11:30:02 +0200 Received: from host-78-14-255-242.cust-adsl.tiscali.it ([78.14.255.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Sep 2009 11:30:02 +0200 Received: from andrea.crotti.0 by host-78-14-255-242.cust-adsl.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Sep 2009 11:30:02 +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: emacs-orgmode@gnu.org 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? Thanks