Hi Orgers, I think I have stumbled upon a bug in latex export. I have attached an org file to reproduce this with the corresponding exported tex file.
Thanks. -- Suvayu Open source is the future. It sets us free.
#+STARTUP: beamer #+TITLE: Document title #+AUTHOR: Suvayu Ali #+DATE: \today #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [smaller] #+BEAMER_FRAME_LEVEL: 2 * Section 1 ** Subsection 1 Some text. * Section 2 ** Subsection 3 + The Standard Model gauge group is shown below.[fn:1] \[SU(3) \times SU(2) \times U(1)\] * Footnotes [fn:1] [[http://www.google.com][This is a link]]
% Created 2011-03-29 Tue 01:10 \documentclass[smaller]{beamer} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{soul} \usepackage{textcomp} \usepackage{marvosym} \usepackage[nointegrals]{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \providecommand{\alert}[1]{\textbf{#1}} \title{Document title} \author{Suvayu Ali} \date{\today} \begin{document} \maketitle \begin{frame} \frametitle{Outline} \setcounter{tocdepth}{3} \tableofcontents \end{frame} \section{Section 1} \label{sec-1} \begin{frame} \frametitle{Subsection 1} \label{sec-1_1} Some text. \end{frame} \section{Section 2} \label{sec-2} \begin{frame} \frametitle{Subsection 3} \label{sec-2_1} \begin{itemize} \item The Standard Model gauge group is shown below.\footnote{\href{http://www.google.com}{This is a link} \end{itemize} } ORG-LIST-END-MARKER \[SU(3) \times SU(2) \times U(1)\] \end{frame} \end{document}