Aloha Nicolas,
Nicolas Goaziou writes:
>>
>> 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.
>
Hello,
Thomas S. Dye writes:
> Exporting these two special blocks to LaTeX
>
> ,--
> | #+name: eq:foobar
> | #+begin_equation
> | foo = bar
> | #+end_equation
> |
> | #+begin_equation
> | bar = baz
> | #+end_equation
> `--