Aloha all, Exporting these two special blocks to LaTeX
,------------------ | #+name: eq:foobar | #+begin_equation | foo = bar | #+end_equation | | #+begin_equation | bar = baz | #+end_equation `------------------ yields this in the tex file ,------------------------- | \begin{equation} | foo = bar | \label{orgspecialblock1} | | \end{equation} | | \begin{equation} | bar = baz | \end{equation} `------------------------- The blank line after \label{orgspecialblock1} causes the equation number to be set on the following line, rather than to the right of the equation. My expectation is there is no blank line after the \label, which yields the desired behavior. All the best, Tom -- Thomas S. Dye http://www.tsdye.com