From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: intra links and worg Date: Thu, 06 Feb 2014 22:42:30 +0100 Message-ID: <877g97j4u1.fsf@bzg.ath.cx> References: <87ob2ki4nq.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset="ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBWiY-0003dE-Tt for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 16:42:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBWiT-00079B-Jb for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 16:42:42 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:37391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBWiT-00078E-Es for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 16:42:37 -0500 In-Reply-To: (Alan Schmitt's message of "Thu, 06 Feb 2014 19:30:55 +0100") 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: Alan Schmitt Cc: emacs-orgmode Hi Alan, Alan Schmitt writes: > I tried it and it does not change anything on worg. The purpose of the patch is so that C-c C-l on a headline will then insert a link without escaping whitespaces: * Headline with whitespaces [[*Headline with whitespaces][Headline with whitespaces]] Whereas now it does this: * Headline with whitespaces [[*Headline%20with%20whitespaces][Headline with whitespaces]] So if Worg pages contain escaped sequences, they will be exported with italics. -- Bastien