emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to signal end of a section or subsection


From: Nicolas Goaziou
Subject: Re: [O] How to signal end of a section or subsection
Date: Wed, 22 Jan 2014 21:22:50 +0100

Hello,

Alan Schmitt <address@hidden> 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

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