Hi,
Bastien writes:
> Eric S Fraga writes:
>
>> this seems to cause a problem with org-ctrl-c-minus when trying to cycle
>> a bullet point past +. That is, it works if the bullet is - so you can
>> cycle to the next which is + but you cannot cycle past that.
>
> Attached patch (against master)
Bastien writes:
[...]
> I'm not sure I'm in favor of this change, though, I expect
> it to cause other problems and the benefit looks small for
> now.
>
> Do you see other reasons than M-m where stars as whitespace
> chars are useful? What about *markup*?
I have no issues with the current be
Hi Eric,
thanks for testing.
Eric S Fraga writes:
> this seems to cause a problem with org-ctrl-c-minus when trying to cycle
> a bullet point past +. That is, it works if the bullet is - so you can
> cycle to the next which is + but you cannot cycle past that.
Attached patch (against master)
Bastien writes:
[...]
> Not to override `M-m' but perhaps to define "*" as a syntactic
> whitespace character.
>
> Patch attached -- use with caution. I tested it a bit and it seems
> to work, but not all tests pass and there may be side-effects that I
> could not observe.
Bastien,
this seems
Hi Meng Weng,
Meng Weng Wong writes:
> Ordinarily, M-m is bound to (back-to-indentation) – move point to
> the first non-whitespace character on the line. It differs from C-a.
>
> Might it make sense for org-mode to override M-m?
Not to override `M-m' but perhaps to define "*" as a syntactic
wh
Hello Meng,
On Feb 08 2013, Meng Weng Wong wrote:
> Ordinarily, M-m is bound to (back-to-indentation) – move point to the first
> non-whitespace character on the line. It differs from C-a.
>
> Might it make sense for org-mode to override M-m?
>
> Move the point to the first "user" word on the l
Ordinarily, M-m is bound to (back-to-indentation) – move point to the first
non-whitespace character on the line. It differs from C-a.
Might it make sense for org-mode to override M-m?
Move the point to the first "user" word on the line, to the first
non-asterisk/whitespace/dash/TODO character