Re: [O] org-beamer: How to leave a block?

2016-07-07 Thread Nicolas Goaziou
Hello,

Florian Lindner  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



[O] org-beamer: How to leave a block?

2016-07-07 Thread Florian Lindner
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?

Thanks,
Florian