emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [ox-odt, bug] math in caption


From: Rasmus
Subject: Re: [O] [ox-odt, bug] math in caption
Date: Wed, 25 Feb 2015 15:29:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Rasmus <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]