From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Adamsky Subject: Custom Org-Beamer Frame Date: Sun, 28 Oct 2018 15:22:43 +0100 Message-ID: <871s8aywuk.fsf@haktar.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGlxq-0004Ce-Th for emacs-orgmode@gnu.org; Sun, 28 Oct 2018 10:22:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGlxn-0006vj-Pf for emacs-orgmode@gnu.org; Sun, 28 Oct 2018 10:22:50 -0400 Received: from haktar.org ([46.38.251.222]:45030) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gGlxn-0006ua-Is for emacs-orgmode@gnu.org; Sun, 28 Oct 2018 10:22:47 -0400 Received: from localhost (unknown [185.216.33.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: cit) by haktar.org (Postfix) with ESMTPSA id 2CCE81A09D5 for ; Sun, 28 Oct 2018 15:22:44 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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/