"Simon Brown" <[email protected]> writes: > At the second level you can use BEAMER_ENV to choose something other than > block in order to customise the frame. Is there a similar way to override > frame at the top level. The beamer theme I'm using has a number of > environments defined that I'd like to be able to pic from.
Sorry for the late reply. Using frame is currently hard-coded in `org-beamer--format-frame'. However, there is a special handling for BEAMER_ENV set to againframe, appendix, note, and noteNH. So, technically, it is not impossible to add custom frames. You would need to (1) modify org-beamer--format-frame to allow custom frame environment as a parameter; (2) modify org-beamer-headline to pass BEAMER_ENV value appropriately. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
