From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Huszagh Subject: latex fragments in html export Date: Wed, 05 Feb 2020 11:16:37 -0800 Message-ID: <87blqc7skq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49499) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izQAJ-0000VJ-3t for emacs-orgmode@gnu.org; Wed, 05 Feb 2020 14:16:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izQAI-0005wo-8n for emacs-orgmode@gnu.org; Wed, 05 Feb 2020 14:16:47 -0500 Received: from mail-pg1-x530.google.com ([2607:f8b0:4864:20::530]:46711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1izQAI-0005oU-2s for emacs-orgmode@gnu.org; Wed, 05 Feb 2020 14:16:46 -0500 Received: by mail-pg1-x530.google.com with SMTP id z124so1411992pgb.13 for ; Wed, 05 Feb 2020 11:16:45 -0800 (PST) Received: from ryzen3950 (c-98-210-127-71.hsd1.ca.comcast.net. [98.210.127.71]) by smtp.gmail.com with ESMTPSA id g10sm251870pfo.166.2020.02.05.11.16.43 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Feb 2020 11:16:43 -0800 (PST) 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" Hello, Has anyone had success getting the html export to process latex fragments? It's leaving mine completely alone and I can't figure out why. Latex babel source blocks work fine. I've set (setq org-html-with-latex luasvgm) luasvgm is a process-alist element I defined. I went through ox-html and set up debug points in a bunch of functions meant to process latex fragments, but none of them are being called. Thanks Matt