emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: Org mode mailing list <emacs-orgmode@gnu.org>
Subject: Latex export bug exporting lists with footnotes with links
Date: Tue, 29 Mar 2011 01:13:25 -0700	[thread overview]
Message-ID: <20110329011325.7c8a4f22@bhishma.homelinux.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

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.

[-- Attachment #2: test.org --]
[-- Type: text/plain, Size: 430 bytes --]

#+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]]


[-- Attachment #3: test.tex --]
[-- Type: text/x-tex, Size: 1053 bytes --]

% 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}

                 reply	other threads:[~2011-03-29  8:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110329011325.7c8a4f22@bhishma.homelinux.net \
    --to=fatkasuvayu+linux@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).