emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Custom Org-Beamer Frame
@ 2018-10-28 14:22 Florian Adamsky
  0 siblings, 0 replies; only message in thread
From: Florian Adamsky @ 2018-10-28 14:22 UTC (permalink / raw)
  To: emacs-orgmode

Hey,

I'm using org-mode 9.1.9 to prepare my slides. I'm using mtheme [1], a
modern LaTeX beamer theme. This theme supports frame footer, which is
sometimes handy if you would like to add a reference to a slide. In the
following, you will find an example use case:

,----
| {%
| \setbeamertemplate{frame footer}{My custom footer}
| \begin{frame}[fragile]{Frame footer}
|     Example
| \end{frame}
| }
`----

I would like to archive this with org-mode with a special
environment. However, it seems that org-beamer-environments-extra only
works with headlines greater than org-beamer-frame-level. Is there any
other way to archive this? I would like to have something like this:

,----
| * Section
| ** Frame
|   :PROPERTIES:
|   :BEAMER_env: footer
|   :BEAMER_envargs: My custom footer
|   :END:
|
|    - Example
`----

Thanks in advance!

Cheers

Links:
[1] https://github.com/matze/mtheme
--
Dr. Florian Adamsky
https://florian.adamsky.it/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-28 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-28 14:22 Custom Org-Beamer Frame Florian Adamsky

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).