[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] intra links and worg
From: |
Alan Schmitt |
Subject: |
Re: [O] intra links and worg |
Date: |
Fri, 07 Feb 2014 11:47:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) |
Bastien <address@hidden> writes:
> Hi Alan,
>
> Alan Schmitt <address@hidden> 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