I am using AUCTex and outline-minor-mode to produce Latex presentations with beamer. I wonder how I could tell the outline-minor-mode to hide the content of a frame. I am not into LISP by now, so this answer here might already give a hint to the answer, but I don't know how.
So my question is, how can I get outline-minor-mode -- may be even with a shortcut -- to change
\begin{frame}{frametitle_A} a lot of cool stuff \end{frame} \begin{frame}{frametitle_B} a lot of other cool stuff \end{frame} into
\begin{frame}{frametitle_A}... \begin{frame}{frametitle_B}... and vice versa?
S