From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: [BUG] Bad handling of "\" in link names Date: Thu, 3 Dec 2009 21:07:16 +0100 Message-ID: <51b0095d0912031207w7f709871se9b57d0d59935200@mail.gmail.com> References: <51b0095d0912030942u4b57fd55ra1457ed648ec4e98@mail.gmail.com> <11491.1259864021@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGHxU-0004ft-1H for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 15:07:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGHxO-0004e4-W2 for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 15:07:23 -0500 Received: from [199.232.76.173] (port=40881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGHxO-0004dz-Qz for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 15:07:18 -0500 Received: from mail-fx0-f212.google.com ([209.85.220.212]:40710) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGHxO-0005xw-Ag for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 15:07:18 -0500 Received: by fxm4 with SMTP id 4so1921354fxm.32 for ; Thu, 03 Dec 2009 12:07:16 -0800 (PST) In-Reply-To: <11491.1259864021@gamaville.dokosmarshall.org> 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 2009/12/3 Nick Dokos : > Nicolas Girard wrote: > >> hi all, >> as title says, a link such as >> =A0 [[http://www.somewhere.org][\maketitle]] >> is badly handled. >> > In what way? > By the LaTeX exporter. It gets translated into \href{http://www.somewhere.org}{\maketitle} whereas I'd have expected \href{http://www.somewhere.org}{\\maketitle} --=20 Nicolas