From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Latex export bug exporting lists with footnotes with links Date: Tue, 29 Mar 2011 01:13:25 -0700 Message-ID: <20110329011325.7c8a4f22@bhishma.homelinux.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/6fo8ovVnWSUg4x2AACkkxFz" Return-path: Received: from [140.186.70.92] (port=37623 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4U3S-00085N-Ay for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 04:13:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4U3P-0003xE-PA for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 04:13:33 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:37976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4U3P-0003x1-Hs for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 04:13:31 -0400 Received: by gwaa12 with SMTP id a12so1855523gwa.0 for ; Tue, 29 Mar 2011 01:13:31 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org mode mailing list --MP_/6fo8ovVnWSUg4x2AACkkxFz Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline 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. --MP_/6fo8ovVnWSUg4x2AACkkxFz Content-Type: text/plain Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=test.org IytTVEFSVFVQOiBiZWFtZXINCiMrVElUTEU6ICAgICBEb2N1bWVudCB0aXRsZQ0KIytBVVRIT1I6 ICAgIFN1dmF5dSBBbGkNCiMrREFURTogICAgICBcdG9kYXkNCg0KIytMYVRlWF9DTEFTUzogYmVh bWVyDQojK0xhVGVYX0NMQVNTX09QVElPTlM6IFtzbWFsbGVyXQ0KIytCRUFNRVJfRlJBTUVfTEVW RUw6IDINCg0KKiBTZWN0aW9uIDENCg0KKiogU3Vic2VjdGlvbiAxDQogICBTb21lIHRleHQuDQoN CiogU2VjdGlvbiAyDQoNCioqIFN1YnNlY3Rpb24gMw0KICAgKyBUaGUgU3RhbmRhcmQgTW9kZWwg Z2F1Z2UgZ3JvdXAgaXMgc2hvd24gYmVsb3cuW2ZuOjFdDQoNCiAgIFxbU1UoMykgXHRpbWVzIFNV KDIpIFx0aW1lcyBVKDEpXF0NCg0KKiBGb290bm90ZXMNCg0KW2ZuOjFdIFtbaHR0cDovL3d3dy5n b29nbGUuY29tXVtUaGlzIGlzIGEgbGlua11dDQoNCg== --MP_/6fo8ovVnWSUg4x2AACkkxFz Content-Type: text/x-tex Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=test.tex % 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} --MP_/6fo8ovVnWSUg4x2AACkkxFz--