Hello,

Alan Schmitt <alan.schm...@polytechnique.org> writes:

> I have a use case for beamer export, where I have had to use latex
> blocks to solve it. If I want:
>
> ,----
> | blah blah
> | 
> | \begin{block}{Theorem}
> | foo bar
> | \end{block}
> | 
> | more blah blah
> `----
>
> I don't know how to do it using the org machinery without going back to
> latex.

The following should work:

  #+attr_latex: :options {Theorem}
  #+begin_block
  foo bar
  #+end_block


Regards,

-- 
Nicolas Goaziou

Reply via email to