Hi,

I found the reference in the Changelog entry quite useful and found also a
request in the mailing more than 12 years ago..

Seasons greeting, /PA

-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
lisp/ox-beamer.el: add onlyenv to `org-beamer-environments-default'

* lisp/ox-beamer.el: (org-beamer-environments-default): Add "onlyenv"
as suggested long time ago in the mailing list or by
https://tippenhauer.de/post/writing-presentations-in-org-mode-markup/

TINYCHANGE

diff --git a/lisp/ox-beamer.el b/lisp/ox-beamer.el
index 527bb55e5..433d98445 100644
--- a/lisp/ox-beamer.el
+++ b/lisp/ox-beamer.el
@@ -198,7 +198,8 @@ through `org-beamer-environments-extra' variable.")
     ("example"        "e" "\\begin{example}%a[%h]%l"        "\\end{example}")
     ("exampleblock"   "E" "\\begin{exampleblock}%a{%h}%l"   "\\end{exampleblock}")
     ("proof"          "p" "\\begin{proof}%a[%h]"          "\\end{proof}")
-    ("beamercolorbox" "o" "\\begin{beamercolorbox}%o{%h}" "\\end{beamercolorbox}"))
+    ("beamercolorbox" "o" "\\begin{beamercolorbox}%o{%h}" "\\end{beamercolorbox}")
+    ("onlyenv"        "O" "\\begin{onlyenv}%a"            "\\end{onlyenv}"))
   "Environments triggered by properties in Beamer export.
 These are the defaults - for user definitions, see
 `org-beamer-environments-extra'.")

Reply via email to