Emit friendly msgs when confronted with MathJax and table.el tables.
commit118443588403a3697d7e998ad49590a7a8e927ad
authorJambunathan K <kjambunathan@gmail.com>
Sun, 1 May 2011 19:53:10 +0000 (2 01:23 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Sun, 1 May 2011 19:53:10 +0000 (2 01:23 +0530)
treef8c35ae74db5fd381dacb53df378b2675769c13b
parentd6f45b6048d39fe8a155081250b25476e441d91a
Emit friendly msgs when confronted with MathJax and table.el tables.

* lisp/org-html.el (org-do-export): Introduced a let-bound
variable org-parse-latex-fragment-fallback. By default, set it
to dvipng or verbatim based on dvipng capabilities. Use
LATEX-FRAGMENT-FALLBACK to tweak this setting.
(org-parse-format-table-table-using-table-generate-source):
Improve warning message when table.el doesn't support the
requested backend.

* lisp/org-odt.el (org-export-odt-preprocess): Use of MathJax
for export of LaTeX fragments is incompatible with odt
export. In such cases, use org-parse-latex-fragment-fallback
as an alternative. Reworded the warning message in case
fallback option is exercised.
lisp/org-html.el
lisp/org-odt.el