From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: intra links and worg Date: Fri, 07 Feb 2014 11:47:39 +0100 Message-ID: References: <87ob2ki4nq.fsf@bzg.ath.cx> <877g97j4u1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBjKD-0001aA-6E for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 06:10:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBjK7-000609-Ta for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 06:10:25 -0500 In-Reply-To: <877g97j4u1.fsf@bzg.ath.cx> (Bastien's message of "Thu, 06 Feb 2014 22:42:30 +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: Bastien Cc: emacs-orgmode Bastien writes: > 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. Ah, thanks, I see now. It does work indeed. Alan