Hello,

Florian Lindner <mailingli...@xgm.de> writes:

> Hello,
>
> I have
>
> *** MATLAB vs. PETSc                                                :B_quote:
> :PROPERTIES:
> :BEAMER_env: quote
> :END:
> some lengthy quote
>
> from the manual
>
> Now I want to put the "from the manual" below the quote environment, not 
> inside, like that:
>
> \begin{frame}
> \begin{quote} %% MATLAB vs. PETSc
> some lengthy quote
> \end{quote}
> from the manual
> \end{frame}
>
> How can I achieve that which org-mode beamer, i.e. leave a block?

See "ignoreheading" environment to close blocks, or simply

  #+begin_quote
  some lengthy quote
  #+end_quote

Regards,

-- 
Nicolas Goaziou

Reply via email to