emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-beamer: How to leave a block?
@ 2016-07-07  9:29 Florian Lindner
  2016-07-07 10:24 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Lindner @ 2016-07-07  9:29 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-beamer: How to leave a block?
  2016-07-07  9:29 org-beamer: How to leave a block? Florian Lindner
@ 2016-07-07 10:24 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-07-07 10:24 UTC (permalink / raw)
  To: Florian Lindner; +Cc: emacs-orgmode

Hello,

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-07 10:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07  9:29 org-beamer: How to leave a block? Florian Lindner
2016-07-07 10:24 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).