When publishing to writefreely instances I typically set #+OPTIONS: tex:verbatim to make the org export leave LaTeX fragments alone if the instance has enabled MathJax
A nice improvement could be to have a separate option for writefreely.el like org-export-with-latex to set a specific value for writefreely, one of which could be automatic if it is possible to query the API wether mathjax is enabled or not.
Typically my usecase is to publish latex verbatim to writefreely, but use rendered export for other formats (i.e. org generates the latex formula images)
When publishing to writefreely instances I typically set
#+OPTIONS: tex:verbatimto make the org export leave LaTeX fragments alone if the instance has enabled MathJaxA nice improvement could be to have a separate option for writefreely.el like
org-export-with-latexto set a specific value for writefreely, one of which could beautomaticif it is possible to query the API wether mathjax is enabled or not.Typically my usecase is to publish latex verbatim to writefreely, but use rendered export for other formats (i.e. org generates the latex formula images)