I wanted to show a plan before every section in my presentation, so I have added the following code before \begin{document}
\AtBeginSection[]
{
\begin{frame}<beamer>
\frametitle{Plan}
\tableofcontents[currentsection]
\end{frame}
}
Now I would like to always do that except the first section, does anyone know how to deal with this exception?