From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Sexton Subject: Problem with URLs in export to latex Date: Fri, 3 Sep 2010 02:29:22 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53643 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrM2T-0004D3-5t for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 22:30:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrM27-0006wB-7m for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 22:29:40 -0400 Received: from lo.gmane.org ([80.91.229.12]:35062) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrM26-0006w4-Tk for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 22:29:39 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OrM21-0005Qt-6F for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 04:29:37 +0200 Received: from rp.young.med.auckland.ac.nz ([130.216.140.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 04:29:33 +0200 Received: from psexton by rp.young.med.auckland.ac.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 04:29:33 +0200 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: emacs-orgmode@gnu.org Hi guys My .org document contains the following sentence. In R, procedures in the =survey= library were used\footnote{Available at: http://faculty.washington.edu/tlumley/survey/}. This is exported to: In R, procedures in the \texttt{survey} library were used\footnote{Available at: [[http://faculty.washington.edu/tlumley/survey/] [http://faculty.washington.edu/tlumley/survey/]]}. As you can see, the URL gets exported as an [[org link]], meaningless outside org. The same thing happens with \footnote{Available at: \url{...}} Do I have things configured wrong, or is this a bug? thanks Paul