emacs-orgmode
[Top][All Lists]
Advanced

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

[O] ODT export with #+NAME'd equation is failing


From: Ken Mankoff
Subject: [O] ODT export with #+NAME'd equation is failing
Date: Mon, 10 Sep 2018 12:08:03 +0200

Hi List,

I'm trying to export a document to ODT and it fails if the following two lines included:

#+NAME: eq:foo
See Equation [[eq:foo]].

If I comment out one or the other it works.

I can re-create this using the latest Org and the following MWE:

1) Contents of DEBUG.el. are:
(add-to-list 'load-path "~/.emacs.d/elpa/org-20180910")

2) Contents of DEBUG.org are:
#+NAME: eq:foo
\begin{equation}
42
\end{equation}

See [[eq:foo]].

3) Run the following command:
/usr/bin/emacs -Q --load ~/.emacs.d/DEBUG/DEBUG.el ~/.emacs.d/DEBUG/DEBUG.org

4) Export with C-e o o

5) Contents of *Messages* buffer is:

For information about GNU Emacs and the GNU system, type C-h C-a.
LaTeX to MathML converter not available.
Formatting LaTeX using verbatim
OpenDocument export failed: FIXME: Unable to resolve (latex-environment (:begin 2 :end 53 :value "\\begin{equation}
42
\\end{equation}
" :post-blank 1 :post-affiliated 17 :name "eq:foo" :parent (section (:begin 2 :end 69 :contents-begin 2 :contents-end 69 :post-blank 0 :post-affiliated 2 :parent (org-data nil #2)) #0 (paragraph (:begin 53 :end 69 :contents-begin 53 :contents-end 69 :post-blank 0 :post-affiliated 53 :parent #2) #("See " 0 4 (:parent #3)) (link (:type "fuzzy" :path "eq:foo" :format bracket :raw-link "eq:foo" :application nil :search-option nil :begin 57 :end 67 :contents-begin nil :contents-end nil :post-blank 0 :parent #3)) #(".
" 0 2 (:parent #3))))))


reply via email to

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