From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heikki Lehvaslaiho Subject: Bug: no hypertext in a latex exported footnote Date: Mon, 28 Jan 2013 08:38:16 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d044787bb48825a04d452b00c Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzhQW-0000ET-G3 for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 00:38:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzhQT-0005Ll-W8 for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 00:38:40 -0500 Received: from mail-oa0-f44.google.com ([209.85.219.44]:39799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzhQT-0005Lh-QN for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 00:38:37 -0500 Received: by mail-oa0-f44.google.com with SMTP id n5so2428469oag.3 for ; Sun, 27 Jan 2013 21:38:36 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --f46d044787bb48825a04d452b00c Content-Type: text/plain; charset=ISO-8859-1 If you add a footnote that starts with an URL, latex export fails to recognize it as a hypertext. My quick fix has been to add a nonbreaking space before the URL. I'd love to see this fixed in the repo. #---------------------------Example text-------------------------- #+TITLE: Hypertext export in a footnote #+OPTIONS: toc:nil * Main text Two search engines google[fn:google] and bing[fn:bing]. * Footnotes [fn:google] \nbsp http://www.google.com is hypertex [fn:bing] http://www.bing.com is not a hypertext #---------------------------Example text-------------------------- I prefer the look of the footnote (in PDF) with a space separating the number and the text, but is the tight coupling such a well established convention that this has to be fixed in some other way than adding a tilde into the latex? -Heikki Heikki Lehvaslaiho - skype:heikki_lehvaslaiho http://about.me/heikki cell: +966 545 595 849 office: +966 2 808 2429 KAUST Supercomputing Center, Building #1, Level 0, R0124 4700 King Abdullah University of Science and Technology (KAUST) Thuwal 23955-6900, Kingdom of Saudi Arabia --f46d044787bb48825a04d452b00c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
If you add a footnote that starts with an URL, = latex export fails to recognize it as a hypertext. My quick fix has been to= add a nonbreaking space before the URL. I'd love to see this fixed in = the repo.

#---------------------------Example text---= -----------------------
#+TITLE: =A0Hypertext export i= n a footnote
#+OPTIONS: toc:nil=A0

* Mai= n text

Two search engines google[fn:google] and bing[fn:bing].=

* Footnotes

[fn:google] = \nbsp http://www.google.com is hypert= ex

[fn:bing] http://www.bi= ng.com is not a hypertext

#-= --------------------------Example text--------------------------

I prefer the look of the footnote (in PDF) with a spac= e separating the number and the text, but is the tight=A0coupling such a we= ll established=A0convention=A0that this has to be fixed in some other way t= han adding a tilde into the latex?

=A0 =A0=A0 -Heikki

Heikki Le= hvaslaiho - skype:heikki_lehvaslaiho http://about.me/heikki
cell: +966 545 595 849=A0 offi= ce: +966 2 808 2429

KAUST Supercomputing Center, Building #1, Level 0, R0124
4700 King A= bdullah University of Science and Technology (KAUST)
Thuwal 23955-6900, = Kingdom of Saudi Arabia
--f46d044787bb48825a04d452b00c-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: no hypertext in a latex exported footnote Date: Mon, 28 Jan 2013 07:59:49 +0100 Message-ID: <874ni1bxne.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzio5-0000Cu-OG for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 02:07:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tzio4-0004QU-1o for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 02:07:05 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:41490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzio3-0004QQ-Qg for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 02:07:03 -0500 Received: by mail-wg0-f47.google.com with SMTP id dr13so1534830wgb.14 for ; Sun, 27 Jan 2013 23:07:03 -0800 (PST) In-Reply-To: (Heikki Lehvaslaiho's message of "Mon, 28 Jan 2013 08:38:16 +0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Heikki Lehvaslaiho Cc: emacs-orgmode@gnu.org Hello, Heikki Lehvaslaiho writes: > If you add a footnote that starts with an URL, latex export fails to > recognize it as a hypertext. My quick fix has been to add a nonbreaking > space before the URL. I'd love to see this fixed in the repo. The next export framework, which will be merged soon, doesn't suffer this bug. Thank you for the report. Regards, -- Nicolas Goaziou