On Fri, Mar 01 2024, Pedro Andres Aranda Gutierrez wrote: > Hi, > > I needed to go back to stock org-mode (as included in Emacs) because > the ‘orgframe’ as defined right now kills my slide decks. > I have been using the construct > > ** Title > :PROPERTIES: > :BEAMER_act: > :END: > > For slides I only want in the presentation and > > ** Title > :PROPERTIES: > :BEAMER_act: > :END: > > For slides I only want in the handout. With the new orgframe > environment as of now, the argument between the <> is not passed to > the frame and therefore lost. > > I don’t know how often the orgframe is needed (I haven’t needed it in > the last years of making my presentations with org-mode), but wouldn’t > it be more sensible to write > > ** Title > :PROPERTIES: > :BEAMER_env: orgframe > :END: > > When you really do need it? > > Just asking… /PA