[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] C-a in lists when org-special-ctrl-a/e
From: |
Anthony Lander |
Subject: |
Re: [O] C-a in lists when org-special-ctrl-a/e |
Date: |
Mon, 23 Jan 2012 17:18:22 -0500 |
On 12-Jan-23, at 3:30 PM, Nicolas Goaziou wrote:
> address@hidden (François Pinard) writes:
>
>> It all depends if we read the letter or the spirit of the second
>> sentence. "[ ]" is a kind of TODO, and "[X]" is a kind of DONE, as
>> demonstrated by the commands `C-x -' and `C-x *'. That's why I quite
>> naturally expect the cursor to be positioned after the check box.
>
> Ok, then, let's read the spirit. I've implemented this behaviour in
> master branch. We'll see how it goes.
It's interesting... I've wished for this for a long time, but now that you've
built it, I see a problem: "[" is not in the beginning of word regex set, so
there is no easy way to get back to the "[".
With that one sole exception, I think the behaviour gives a better user
experience this way than the way it was before. It's easier to get to your text.
-anthony