From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BIND org-html-style-include-* Date: Fri, 15 Feb 2013 15:12:46 +0100 Message-ID: <874nhdfyxt.fsf@bzg.ath.cx> References: <87mwv9ut5h.fsf@lapcat.tftorrey.com> <87r4kh7oc2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6M23-0003ni-NR for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 09:13:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6M20-0007re-17 for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 09:12:55 -0500 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:65428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6M1z-0007rX-R8 for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 09:12:51 -0500 Received: by mail-we0-f179.google.com with SMTP id p43so1151654wea.24 for ; Fri, 15 Feb 2013 06:12:51 -0800 (PST) In-Reply-To: <87r4kh7oc2.fsf@gmail.com> (Nicolas Goaziou's message of "Fri, 15 Feb 2013 13:29:01 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi, Nicolas Goaziou writes: > tftorrey@tftorrey.com (T.F. Torrey) writes: > >> I still don't see any similar options regarding MathJax. Perhaps >> everyone else uses MathJax, or the functionality simply hasn't been >> implemented yet. If only the HTML export backend maintainer were still >> on the list... > > Would you mind describing what is missing? It shouldn't be hard to > implement it. We need to make `org-html--build-mathjax-config' depends on whether there is an latex-fragment element in the parse tree. Otherwise, including the MathJAX config is useless. I've been looking at this this morning. Is there an org-element function to test whether an element/object of a certain type is present in the parse tree? Thanks, -- Bastien