emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Florian Adamsky <fa-orgmode@haktar.org>
To: emacs-orgmode@gnu.org
Subject: Custom Org-Beamer Frame
Date: Sun, 28 Oct 2018 15:22:43 +0100	[thread overview]
Message-ID: <871s8aywuk.fsf@haktar.org> (raw)

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/

                 reply	other threads:[~2018-10-28 14:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871s8aywuk.fsf@haktar.org \
    --to=fa-orgmode@haktar.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).