From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [ox-odt, bug] math in caption Date: Wed, 25 Feb 2015 15:29:22 +0100 Message-ID: <87h9uarrnh.fsf@gmx.us> References: <87oaoirstl.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQcyK-0002yi-FF for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 09:30:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQcyE-0006Iq-4L for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 09:29:56 -0500 Received: from plane.gmane.org ([80.91.229.3]:39479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQcyD-0006IY-Tv for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 09:29:50 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YQcxy-0001CL-Ni for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 15:29:34 +0100 Received: from tsn109-201-152-244.dyn.nltelcom.net ([109.201.152.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2015 15:29:34 +0100 Received: from rasmus by tsn109-201-152-244.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2015 15:29:34 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus 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!