From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: [BUG] Bad handling of "\" in link names Date: Thu, 3 Dec 2009 18:42:40 +0100 Message-ID: <51b0095d0912030942u4b57fd55ra1457ed648ec4e98@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGFhY-0008ST-Kb for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 12:42:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGFhT-0008M6-R6 for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 12:42:48 -0500 Received: from [199.232.76.173] (port=35018 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGFhT-0008Lr-Kb for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 12:42:43 -0500 Received: from mail-fx0-f212.google.com ([209.85.220.212]:53430) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGFhS-0006sT-NH for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 12:42:43 -0500 Received: by fxm4 with SMTP id 4so1743975fxm.32 for ; Thu, 03 Dec 2009 09:42:40 -0800 (PST) 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 hi all, as title says, a link such as [[http://www.somewhere.org][\maketitle]] is badly handled. -- Nicolas