>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> See org-html-with-latex. We use mathjax syntax for LaTeX export by >>> default >> >> I see, but that means, the exported wiki cannot be used say for >> wikipedia since it uses mediawiki syntax for math. >> >> Does anybody knows about a 3rd party package providing support for mediawiki? > You just need a custom export filter for latex fragments in > org-export-filter-latex-fragment-functions. > Or, if you think that mediawiki math export is common enough, we may > implement mediawiki support as an additional option in > org-html-with-latex. But we will need other people to voice their > support. Fair enough. Meanwhile I got ox-pandoc to work (although I still use pandoc 1.9 and it requires 2.X) and indeed it has an export option for mediawiki and the math is correctly converted. So for me that is fine, but maybe others, who can't use pandoc might want mediawiki support?