On Tuesday, 24 Sep 2019 at 18:15, Luca Ferrari wrote: > I'm trying to export to beamer my org-mode presentation, but I would > like that top level elements in the tree appears as "separators" > slides, that is chapter introduction.
You can make second level headings to correspond to slides with top level headings as "sections" by specifying: #+options: H:2 > I want to have "License", "Arg 0" and "arg 1" as slides with title on > the center (if possible). What directive should I use? To do this, you should add something along these lines: #+latex_header: \AtBeginSection[]{\begin{frame}<beamer>{Topic}\tableofcontents[currentsection]\end{frame}} You might wish to play with the LaTeX contents to get just the title alone but this should provide you a good starting point. -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d