Rasmus <ras...@gmx.us> writes:

> Hi,
>
> Consider
>
> * test 
>
> #+CAPTION: $a$ ain't a \(a\)
> | a |
>
> Expected output is that either $a$ or \(a\) or both are turned into math.
> Currently none are.

I guess this is at the heart of the problem

* test 
#+CAPTION: $a$ ain't a \(a\)
| a |

#+BEGIN_SRC emacs-lisp
  (org-element-map (org-element-parse-buffer) '(latex-fragment 
latex-environment) 'identity)
#+END_SRC

#+RESULTS:
nil


Cf. org-odt--translate-latex-fragments.  But I don't know...

—Rasmus

-- 
If you can mix business and politics wonderful things can happen!


Reply via email to